utils v0.4.5 (2022-01-11T08:20:00Z)
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