Skip to documentation
SLOP

tiny.preserves.SYM_ARR

Reference tiny.preserves SYM_ARR

Defined in symbols.

The label arr of <arr>, the type of a group that matches sequences.

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

Source

Source: lib/preserves/src/symbols.zig:70

zig
/// The label `arr` of `<arr>`, the type of a group that matches sequences. `patternToPreserves`/// writes it, and `preservePattern` and `preservesToPattern` read it.pub const SYM_ARR = Symbol{ .name = "arr" };

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

zig
pub const SYM_ARR = symbols.SYM_ARR;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433