Skip to documentation
SLOP

tiny.preserves.ValueSet

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

No direct callersNo direct callstiny.preservesValueSet
Static calls · unresolved targets: unknown · external targets: unknown.

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433