tiny.preserves.isCompound
Defined in tiny.preserves.
Returns whether v is a record, sequence, set or dictionary.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |