Skip to documentation
SLOP

tiny.preserves.SYM_BIND_PAT

Reference tiny.preserves SYM_BIND_PAT

Defined in symbols.

The label bind of the <bind P> record, the wire form of a capture.

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433