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ยง
- VarVec
Slice - An immutable, zero-copy slice of an
VarVec. - VarVec
Slice Iter - An iterator over the decompressed values of an
VarVecSlice.