BreathFirstRange

Breath first visit of nodes.

Constructors

this
this(Node n)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Node 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

nodes
Vector!Node nodes;
Undocumented in source.

Meta