utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
TreeNode.this
utils
ds
TreeNode
constructor
this
(T dataToStore)
this
(TreeNode!(T)* parent)
this
(TreeNode!(T)*[] children)
struct
TreeNode
(T)
this
(
TreeNode
!(
T
)*[]
children
)
this
(T dataToStore, TreeNode!(T)*[] children, TreeNode!(T)* parent)
Meta
Source
See Implementation
utils
ds
TreeNode
constructors
this
variables
childNodes
data
parentPtr
constructor