utils ~master (2021-06-25T06:58:32Z)
Dub
Repo
TreeNode.parentPtr
utils
ds
TreeNode
pointer to the parent node, if this is null, this is the root of the tree
struct
TreeNode
(T)
TreeNode
!(
T
)*
parentPtr
;
Meta
Source
See Implementation
utils
ds
TreeNode
constructors
this
variables
childNodes
data
parentPtr
pointer to the parent node, if this is null, this is the root of the tree