tiny.preserves.SYM_GROUP
Defined in symbols.
The label group of the <group type {…}> record, the wire form of a record, sequence or dictionary pattern.
Source
Source: lib/preserves/src/symbols.zig:64
zig
/// The label `group` of the `<group type {…}>` record, the wire form of a record, sequence or/// dictionary pattern. `patternToPreserves` writes it, and `preservePattern` and/// `preservesToPattern` read it.pub const SYM_GROUP = Symbol{ .name = "group" };Source: lib/preserves/src/root.zig:156
zig
pub const SYM_GROUP = symbols.SYM_GROUP;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |