tiny.preserves.SYM_ARR
Defined in symbols.
The label arr of <arr>, the type of a group that matches sequences.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |