Skip to documentation
SLOP

tiny.preserves.ValueKindTag

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

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

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

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433