pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
Node.bal
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
Node
Returns the balance of the node. Minus if LHS is heavier, plus if RHS is heavier.
struct
Node
@
nogc
@
property
sizediff_t
bal
(
)
Meta
Source
See Implementation
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree2
Node
constructors
this
functions
opCmp
toString
properties
bal
height
variables
elem
left
right
Returns the balance of the node. Minus if LHS is heavier, plus if RHS is heavier.