Expand description
An immutable, zero-copy slice of an IntVec
.
This module provides IntVecSlice
, a view into a contiguous portion of an
IntVec
. Slices are immutable and do not own their data; they borrow it
from the parent IntVec
.
Structsยง
- IntVec
Slice - An immutable, zero-copy slice of an
IntVec
. - IntVec
Slice Iter - An iterator over the decompressed values of an
IntVecSlice
.