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