Skip to documentation
SLOP

tiny.preserves.SYM_DISCARD

Reference tiny.preserves SYM_DISCARD

Defined in symbols.

The symbol _, the wire form of the discard pattern, alone or as the record <_>.

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433