Functions

fn autoHash(hasher: anytype, key: anytype) void

No documentation provided.

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/

Values

Crc32
undefined
Fnv1a_128
undefined
Fnv1a_32
undefined
Fnv1a_64
undefined