pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
Node.bal
PixelPerfectEngine
system
binarySearchTree
BinarySearchTree
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
BinarySearchTree
Node
constructors
this
functions
dealloc
opApply
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.