tiny.preserves.sequence
Defined in tiny.preserves.
Makes a sequence holding a copy of the slice items.
Source
Source: lib/preserves/src/any.zig:162
zig
/// Makes a sequence holding a copy of the slice `items`. Code that builds a sequence by hand from/// values it already holds calls it. The copy is one level deep: the sequence shares everything the/// items point to, and `freeValue` frees exactly the slice.pub const sequence = any_constructors.sequence;Source: lib/preserves/src/root.zig:197
zig
pub const sequence = any.sequence;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |