tiny.preserves.Bind
Defined in tiny.preserves.
The parts of a bind: a name and a pointer to the inner pattern it names.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |