tiny.preserves.constructors
Defined in constructors_mod.
The constructors for Value(NoEmbedded).
Source
Source: lib/preserves/src/constructors.zig:184
zig
/// The constructors for `Value(NoEmbedded)`. A caller whose values are `Value(NoEmbedded)` calls/// these constructors, for a namespace fixed to that type. The protocol record builders and the/// pattern conversions for such values are built on it.pub const constructors = Constructors(NoEmbedded);Source: lib/preserves/src/root.zig:165
zig
pub const constructors = constructors_mod.constructors;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |