Skip to documentation
SLOP

tiny.preserves.SYM_LIT

Reference tiny.preserves SYM_LIT

Defined in symbols.

The label lit of the <lit v> record, which matches the value v itself.

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

Source

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

zig
/// The label `lit` of the `<lit v>` record, which matches the value `v` itself./// `patternToPreserves` writes it around atoms and sets, and `preservePattern` and/// `preservesToPattern` unwrap it.pub const SYM_LIT = Symbol{ .name = "lit" };

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

zig
pub const SYM_LIT = symbols.SYM_LIT;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433