utils ~master (2021-11-04T05:17:24.984237)
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