SubSliceIterator

Iterates chunks in a sliceable using an iterator composed of indices.

Definition:

auto index = iterator[i];
auto elem  = sliceable[index[0] .. index[1]];

Members

Functions

lightConst
auto lightConst()
lightImmutable
auto lightImmutable()
opIndex
auto ref opIndex(ptrdiff_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto ref opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_iterator
Iterator _iterator;
_sliceable
Sliceable _sliceable;

Meta