phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
GrowOnlyNaryTree.root
nxt
container
nary_tree
GrowOnlyNaryTree
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
Source
See Implementation
nxt
container
nary_tree
GrowOnlyNaryTree
aliases
degree
top
constructors
this
properties
root