phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
GrowOnlyTernaryTree
nxt
container
nary_tree
Grow-only ternary tree storing elements of type
E
.
alias
GrowOnlyTernaryTree
(
E
,
Allocator
=
GCAllocator
)
=
GrowOnlyNaryTree
!(
E
, 3,
Allocator
)
Meta
Source
See Implementation
nxt
container
nary_tree
aliases
GrowOnlyBinaryTree
GrowOnlyTernaryTree
structs
GrowOnlyNaryTree
Node
Grow-only ternary tree storing elements of type E.