Functions
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.