Skip to documentation
SLOP

tiny.preserves.sequence

Reference tiny.preserves sequence

Defined in tiny.preserves.

Makes a sequence holding a copy of the slice items.

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

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

Definitions1
Public names1
Members0
Version26.7.0
Revisiondaab053ee433