tiny.preserves.ValueSet
Defined in tiny.preserves.
A standard-library unmanaged hash map from values to nothing, keyed through ValueContext, with a maximum load of 80 percent.
Source
Source: lib/preserves/src/any.zig:62
zig
/// A standard-library unmanaged hash map from values to nothing, keyed through `ValueContext`, with/// a maximum load of 80 percent. Code that collects distinct values uses this set, so two equal/// values count once. The set stores each value as a copy of its outer struct, and it never copies/// or frees the storage the value points to, so that storage has to outlive the set.pub const ValueSet = containers.ValueSet(embedded_mod.AnyEmbedded);Source: lib/preserves/src/root.zig:180
zig
pub const ValueSet = any.ValueSet;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |