Skip to documentation
SLOP

tiny.preserves.constructors

Reference tiny.preserves constructors

Defined in constructors_mod.

The constructors for Value(NoEmbedded).

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433