Iterates chunks in a sliceable using an iterator composed of indices stored consequently.
Definition:
auto elem = _sliceable[_iterator[index] .. _iterator[index + 1]];
See Implementation
Iterates chunks in a sliceable using an iterator composed of indices stored consequently.
Definition: