pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
BSTNode.bal
PixelPerfectEngine
system
binarySearchTree
BSTNode
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
Source
See Implementation
PixelPerfectEngine
system
binarySearchTree
BSTNode
constructors
this
functions
opCmp
toString
properties
bal
height
variables
elem
key
left
right
Returns the balance of the node. Minus if LHS is heavier, plus if RHS is heavier.