Module slice

Source
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ยง

IntVecSlice
An immutable, zero-copy slice of an IntVec.
IntVecSliceIter
An iterator over the decompressed values of an IntVecSlice.