Function hashWithSeed [src]
Prototype
pub fn hashWithSeed(str: []const u8, seed: u64) u64
Parameters
str: []const u8
seed: u64
Source
pub fn hashWithSeed(str: []const u8, seed: u64) u64 {
return @call(.always_inline, Self.hashWithSeeds, .{ str, k2, seed });
}