Skip to documentation
SLOP

tiny.preserves.any_constructors

Reference tiny.preserves any_constructors

Defined in constructors_mod.

The constructors for values whose embedded values hold any pointer (AnyEmbedded).

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

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433