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