Children

Undocumented in source.

Constructors

this
this(inout(Children) old)
Undocumented in source.

Alias This

getChildren

Members

Functions

front
inout(Node) front()

Get the first child.

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()

Remove the first item.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta