DepthFirst

Undocumented in source.

Constructors

this
this(T target)
Undocumented in source.

Members

Functions

depthFirstTargets
T[] depthFirstTargets(T target)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

targets
T[] targets;
Undocumented in source.

Meta