GrowOnlyTernaryTree

Grow-only ternary tree storing elements of type E.

alias GrowOnlyTernaryTree(E, Allocator = GCAllocator) = GrowOnlyNaryTree!(E, 3, Allocator)

Meta