tiny.preserves.ValueKindTag
Defined in value.
The four groups of kinds: atom, compound, embedded value and pattern.
API (4)
Fields and members
Public fields and members.
Source
Source: lib/preserves/src/value.zig:70
zig
/// The four groups of kinds: atom, compound, embedded value and pattern. Code that switches on the/// group of a value's kind reads this from `ValueKind`. This enum tags `ValueKind`.pub const ValueKindTag = enum { atomic, compound, embedded, pattern };Source: lib/preserves/src/root.zig:139
zig
pub const ValueKindTag = value.ValueKindTag;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |