Module iter

Source
Expand description

Iterators for IntVec.

This module provides the iterators for IntVec. Due to the nature of variable-length encoding, an IntVec is immutable once created, as modifying an element would require re-encoding the rest of the data stream.

Structsยง

IntVecIntoIter
An owning iterator over the values of an IntVec.
IntVecIter
A borrowing iterator over the values of an IntVec.