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.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |