Skip to documentation
SLOP

tiny.preserves.Record

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

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

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433