Function hashUint64 [src]

Prototype

pub fn hashUint64(v: u64) u64

Parameters

v: u64

Source

pub fn hashUint64(v: u64) u64 { return @call(.always_inline, Self.hashUint64WithSeed, .{ v, default_seed }); }