TreeNode.parentPtr

pointer to the parent node, if this is null, this is the root of the tree

struct TreeNode(T)
TreeNode!(T)* parentPtr;

Meta