Struct AVLNodeBitwise

struct AVLNodeBitwise(T) ;

Fields

NameTypeDescription
payload T
_left size_t
_right size_t

Properties

NameTypeDescription
balance[get] int
height[get] int
height[set] int
isLeaf[get] bool
left[get] typeof(this)*
left[get] const(typeof(this))*
left[set] typeof(this)*
right[get] typeof(this)*
right[get] const(typeof(this))*
right[set] typeof(this)*

Methods

NameDescription
fixHeight