DepthFirst

Undocumented in source.

Constructors

this
this(T target)
Undocumented in source.

Members

Functions

depthFirstTargets
const(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
const(T)[] targets;
Undocumented in source.

Meta