Function hashUint64 [src]
Prototype
 pub fn hashUint64(v: u64) u32  Parameters
v: u64 Source
 pub fn hashUint64(v: u64) u32 {
    return @call(.always_inline, Self.hashUint64WithSeed, .{ v, default_seed });
}   pub fn hashUint64(v: u64) u32  v: u64  pub fn hashUint64(v: u64) u32 {
    return @call(.always_inline, Self.hashUint64WithSeed, .{ v, default_seed });
}