BSTNode.bal

Returns the balance of the node. Minus if LHS is heavier, plus if RHS is heavier.

struct BSTNode(K, E)
@nogc @property
sizediff_t
bal
()

Meta