tiny.preserves.boolean
Defined in tiny.preserves.
Makes a boolean value from v.
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
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |