tiny.preserves.any_constructors
Defined in constructors_mod.
The constructors for values whose embedded values hold any pointer (AnyEmbedded).
Source
Source: lib/preserves/src/constructors.zig:189
zig
/// The constructors for values whose embedded values hold any pointer (`AnyEmbedded`). The package/// root re-exports each of its functions under the same name, so a caller that writes/// `preserves.record` calls this instance. The JSON decoder builds its records and patterns with/// it.pub const any_constructors = Constructors(AnyEmbedded);Source: lib/preserves/src/root.zig:166
zig
pub const any_constructors = constructors_mod.any_constructors;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |