tiny.preserves.CompoundClass
Defined in value.
The four compound kinds, in the order compare ranks them: record, sequence, set and dictionary.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/preserves/src/value.zig:61
zig
/// The four compound kinds, in the order `compare` ranks them: record, sequence, set and/// dictionary. Code that switches on a compound's kind reads this from `compoundClass`./// `compoundClass` returns it for a compound and `null` for any other value.pub const CompoundClass = enum { record, sequence, set, dictionary };Source: lib/preserves/src/root.zig:136
zig
pub const CompoundClass = value.CompoundClass;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |