tiny.preserves.SYM_BIND_PAT
Defined in symbols.
The label bind of the <bind P> record, the wire form of a capture.
Source
Source: lib/preserves/src/symbols.zig:56
zig
/// The label `bind` of the `<bind P>` record, the wire form of a capture. `patternToPreserves`/// writes it for captures and binds, and `preservePattern` and `preservesToPattern` read it as a/// capture.pub const SYM_BIND_PAT = Symbol{ .name = "bind" };Source: lib/preserves/src/root.zig:154
zig
pub const SYM_BIND_PAT = symbols.SYM_BIND_PAT;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |