Functions
fn autoHashStrat(hasher: anytype, key: anytype, comptime strat: HashStrategy) void
No documentation provided.
fn uint32(input: u32) u32
This is handy if you have a u32 and want a u32 and don’t want to take a detour …
This is handy if you have a u32 and want a u32 and don’t want to take a detour through many layers of abstraction elsewhere in the std.hash namespace. Copied from https://nullprogram.com/blog/2018/07/31/