IteratorClass

Mixin that adds an iterator class and a member variable of it. Note that this.iterator still has to be initialized by the constructor.

template IteratorClass (
alias ParentIterator
alias IteratorTemplate
) {}

Members

Classes

InterruptibleIterator
class InterruptibleIterator

Interruptible iterator

Iterator
class Iterator

Iterator class offering specialized versions of opApply for the given map/set class.

Parameters

ParentIterator

parent class to inherit from

IteratorTemplate

Instance of the MapIterator template

Meta