Struct AVLNodeRealHeight

struct AVLNodeRealHeight(T) ;

Fields

NameTypeDescription
height int
left typeof(this)*
payload T
right typeof(this)*

Properties

NameTypeDescription
balance[get] int
isLeaf[get] bool

Methods

NameDescription
fixHeight