Skip to documentation
SLOP

tiny.preserves.Bind

Reference tiny.preserves Bind

Defined in tiny.preserves.

The parts of a bind: a name and a pointer to the inner pattern it names.

No direct callersNo direct callstiny.preservesBind
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/preserves/src/any.zig:42

zig
/// The parts of a bind: a name and a pointer to the inner pattern it names. Code that reads a bind/// from the root functions names its parts with this type. The name is a byte slice that the/// `bindVal` constructor borrows and `Value.deinit` frees.pub const Bind = AnyValue.Bind;

Source: lib/preserves/src/root.zig:175

zig
pub const Bind = any.Bind;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433