Skip to documentation
SLOP

tiny.preserves.CompoundClass

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

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

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

Definitions1
Public names2
Members4
Version26.7.0
Revisiondaab053ee433