Skip to documentation
SLOP

tiny.preserves.ValueContext

Reference tiny.preserves ValueContext

Defined in tiny.preserves.

A hash-map context whose hash calls Value.hash and whose equality calls Value.eql.

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

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433