Function hashUint32 [src]

Prototype

pub fn hashUint32(v: u32) u64

Parameters

v: u32

Source

pub fn hashUint32(v: u32) u64 { return @call(.always_inline, Self.hashUint32WithSeed, .{ v, default_seed }); }