SliceIterator

Iterates on top of another iterator and returns a slice as a multidimensional window at the current position.

SliceIterator is used by map for packed slices.

Members

Aliases

Element
alias Element = Slice!(Iterator, N, kind)

Functions

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

Variables

_iterator
Iterator _iterator;
_structure
Element._Structure _structure;

Meta