tiny.preserves.Record
Defined in tiny.preserves.
The parts of a record: a pointer to its label value and a slice of its field values.
Source
Source: lib/preserves/src/any.zig:26
zig
/// The parts of a record: a pointer to its label value and a slice of its field values. Code that/// reads a record parsed from text or JSON names its parts with this type. The label sits behind a/// pointer so a record can hold a value of its own type as its label.pub const Record = AnyValue.Record;Source: lib/preserves/src/root.zig:171
zig
pub const Record = any.Record;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |