- front
inout(Node) front()
- getChildren
Node[] getChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Node node) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(size_t index, Node node) @(safe) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Node node) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(size_t index, Node node) @(system) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Node[] newList)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(Node[]) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
auto ref opIndex(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()