Skip to documentation
SLOP

tiny.preserves.float

Reference tiny.preserves float

Defined in tiny.preserves.

Makes a double value from v.

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

Source

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

zig
/// Makes a double value from `v`. Code that builds values by hand calls it for a double. The call/// allocates nothing.pub const float = any_constructors.float;

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

zig
pub const float = any.float;

Audit

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433