ReductionIterator

Undocumented in source.

Constructors

this
this(Strategy strategy)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

next
void next(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
nextEntity
void nextEntity(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
Reduction front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
root
Entity root [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

done
bool done;
Undocumented in source.
e
Entity e;
Undocumented in source.
strategy
Strategy strategy;
Undocumented in source.
type
Reduction.Type type;
Undocumented in source.

Meta