tiny.preserves.ValueContext
Defined in tiny.preserves.
A hash-map context whose hash calls Value.hash and whose equality calls Value.eql.
Source
Source: lib/preserves/src/any.zig:51
zig
/// A hash-map context whose hash calls `Value.hash` and whose equality calls `Value.eql`. Code that/// keys a standard-library hash map by values passes this context. Two equal values land in the/// same slot, so a set or dictionary finds its entry whatever its storage order.pub const ValueContext = containers.ValueContext(embedded_mod.AnyEmbedded);Source: lib/preserves/src/root.zig:178
zig
pub const ValueContext = any.ValueContext;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |