Node

The node of the tree. Each node has one character as its member.

Constructors

this
this(wchar label)
Undocumented in source.

Members

Functions

addChild
void addChild(Node child)
Undocumented in source. Be warned that the author may not have intended to support it.
getNChildren
ulong getNChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

label
wchar label;
Undocumented in source.
visited
bool visited;
Undocumented in source.

Meta