tiny.preserves.SYM_LIT
Defined in symbols.
The label lit of the <lit v> record, which matches the value v itself.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |