RBNode.isLeftNode
bool isLeftNode() @property constReturns true if this node is a left child.
Note that this should always return a value because the root has a parent which is the marker node.
bool isLeftNode() @property constReturns true if this node is a left child.
Note that this should always return a value because the root has a parent which is the marker node.