Skip to documentation
SLOP

tiny.preserves.isCompound

Reference tiny.preserves isCompound

Defined in tiny.preserves.

Returns whether v is a record, sequence, set or dictionary.

Called byCallsNo direct callerspredicatesisCompoundtiny.preservesisCompound
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/preserves/src/any.zig:245

zig
/// Returns whether `v` is a record, sequence, set or dictionary. Code that walks a tree calls it to/// decide whether to descend.pub fn isCompound(v: AnyValue) bool {    return predicates.isCompound(embedded_mod.AnyEmbedded, v);}

Source: lib/preserves/src/root.zig:211

zig
pub const isCompound = any.isCompound;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433