Iterators for IntVec.
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.