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