Skip to documentation
SLOP

tiny.preserves.DictEntry

Reference tiny.preserves DictEntry

Defined in tiny.preserves.

One key and value pair of a dictionary, for values that use AnyEmbedded as the type of the embedded values, its domain.

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

Source

Source: lib/preserves/src/any.zig:22

zig
/// One key and value pair of a dictionary, for values that use `AnyEmbedded` as the type of the/// embedded values, its domain. Code that builds a dictionary for the root's `dictionary`/// constructor names its entries with this type. A dictionary holds its entries in a slice of/// these, in any storage order, with each key once.pub const DictEntry = AnyValue.DictionaryEntry;

Source: lib/preserves/src/root.zig:170

zig
pub const DictEntry = any.DictEntry;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433