Skip to main content

Module slice

Module slice 

Source
Expand description

An immutable, zero-copy slice of an VarVec.

This module provides VarVecSlice, a view into a contiguous portion of an VarVec. Slices are immutable and do not own their data; they borrow it from the parent VarVec.

Structsยง

VarVecSlice
An immutable, zero-copy slice of an VarVec.
VarVecSliceIter
An iterator over the decompressed values of an VarVecSlice.