GrowOnlyNaryTree.root

struct GrowOnlyNaryTree(E, uint N, Allocator = GCAllocator)
@property inout return scope
inout(Node!(E, N))
root
()
if (
N >= 2 &&
isAllocator!Allocator
)

Return Value

Type: inout(Node!(E, N))

root|top node.

Meta