The OpenD Programming Language

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()

Variables

_iterator
Iterator _iterator;
_structure
Element._Structure _structure;

Meta