phobos-next ~master (2025-12-19T22:07:52.6441088)
Dub
Repo
GrowOnlyBinaryTree
nxt
container
nary_tree
Grow-only binary tree storing elements of type
E
.
alias
GrowOnlyBinaryTree
(
E
,
Allocator
=
GCAllocator
)
=
GrowOnlyNaryTree
!(
E
, 2,
Allocator
)
Meta
Source
See Implementation
nxt
container
nary_tree
aliases
GrowOnlyBinaryTree
GrowOnlyTernaryTree
structs
GrowOnlyNaryTree
Node
Grow-only binary tree storing elements of type E.