Skip to documentation
SLOP

tiny.preserves.SYM_REC

Reference tiny.preserves SYM_REC

Defined in symbols.

The label rec of <rec L>, the type of a group that matches records labeled L.

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

Source

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

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

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

zig
pub const SYM_REC = symbols.SYM_REC;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433