tiny.preserves.integer
Defined in tiny.preserves.
Makes an integer value from the signed 64-bit v.
Source
Source: lib/preserves/src/any.zig:132
zig
/// Makes an integer value from the signed 64-bit `v`. Code that builds values by hand calls it for/// an integer from an `i64`. The value holds `v` in 128 bits and allocates nothing.pub const integer = any_constructors.integer;Source: lib/preserves/src/root.zig:190
zig
pub const integer = any.integer;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |