GrowOnlyNaryTree.root

struct GrowOnlyNaryTree(E)
inout return scope
inout(Node!E)*
root
()

Return Value

Type: inout(Node!E)*

top node.

Meta