std › hash › CityHash64 › hashWithSeedshashWithSeedsFunction parametersParameters#str:[]const u8seed0:u64seed1:u64Type definitions in this namespaceTypes#CityHash32CityHash64SourceImplementation#pub fn hashWithSeeds(str: []const u8, seed0: u64, seed1: u64) u64 { return hashLen16(hash(str) -% seed0, seed1); }
pub fn hashWithSeeds(str: []const u8, seed0: u64, seed1: u64) u64 { return hashLen16(hash(str) -% seed0, seed1); }