Namespaces

Functions

fn autoEqlIsCheap(comptime K: type) bool

No documentation provided.

fn eqlString(a: []const u8, b: []const u8) bool

No documentation provided.

fn getAutoEqlFn(comptime K: type, comptime Context: type) (fn (Context, K, K, usize) bool)

No documentation provided.

fn getAutoHashFn(comptime K: type, comptime Context: type) (fn (Context, K) u32)

No documentation provided.

fn getAutoHashStratFn(comptime K: type, comptime Context: type, comptime strategy: std.hash.Strategy) (fn (Context, K) u32)

No documentation provided.

fn getHashPtrAddrFn(comptime K: type, comptime Context: type) (fn (Context, K) u32)

No documentation provided.

fn getTrivialEqlFn(comptime K: type, comptime Context: type) (fn (Context, K, K) bool)

No documentation provided.

fn hashString(s: []const u8) u32

No documentation provided.