fn hash(str: []const u8) u32
No documentation provided.
fn hashUint32(v: u32) u32
fn hashUint32WithSeed(v: u32, seed: u32) u32
fn hashUint64(v: u64) u32
fn hashUint64WithSeed(v: u64, seed: u32) u32
fn hashWithSeed(str: []const u8, seed: u32) u32