pub fn hashString(s: []const u8) u64
pub fn hashString(s: []const u8) u64 { return std.hash.Wyhash.hash(0, s); }