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