GrowOnlyBinaryTree

Grow-only binary tree storing elements of type E.

alias GrowOnlyBinaryTree(E, Allocator = GCAllocator) = GrowOnlyNaryTree!(E, 2, Allocator)

Meta