Pointer to TAVLTreeNode.
Source position: avl_tree.pp line 64
type PAVLTreeNode = ^TAVLTreeNode;
TAVLTreeNode
Represents a node in the tree.