tiny.preserves.discard
Defined in tiny.preserves.
Makes the discard pattern, written <_> in text.
Source
Source: lib/preserves/src/any.zig:148
zig
/// Makes the discard pattern, written `<_>` in text. Code that writes a pattern by hand calls it/// for the part that accepts any value. The call allocates nothing.pub const discard = any_constructors.discard;Source: lib/preserves/src/root.zig:194
zig
pub const discard = any.discard;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |