Skip to documentation
SLOP

tiny.preserves.SYM_GROUP

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

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433