hashWithSeed
Function parameters
Parameters
- str:[]const u8
- seed:u64
Type definitions in this namespace
Types
Source
Implementation
pub fn hashWithSeed(str: []const u8, seed: u64) u64 {
return @call(.always_inline, Self.hashWithSeeds, .{ str, k2, seed });
}