Skip to documentation
SLOP

tiny.preserves.boolean

Reference tiny.preserves boolean

Defined in tiny.preserves.

Makes a boolean value from v.

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

Source

Source: lib/preserves/src/any.zig:129

zig
/// Makes a boolean value from `v`. Code that builds values by hand calls it for a boolean. The call/// allocates nothing, so no free call applies.pub const boolean = any_constructors.boolean;

Source: lib/preserves/src/root.zig:189

zig
pub const boolean = any.boolean;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433