tiny.preserves.SYM_DISCARD
Defined in symbols.
The symbol _, the wire form of the discard pattern, alone or as the record <_>.
Source
Source: lib/preserves/src/symbols.zig:52
zig
/// The symbol `_`, the wire form of the discard pattern, alone or as the record `<_>`./// `patternToPreserves` writes `<_>`, and `preservePattern` and `preservesToPattern` read both/// forms as the discard pattern.pub const SYM_DISCARD = Symbol{ .name = "_" };Source: lib/preserves/src/root.zig:153
zig
pub const SYM_DISCARD = symbols.SYM_DISCARD;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |