Variable AVLNodeRealHeight.payload

struct AVLNodeRealHeight
{
  // ...
  T payload ;
  // ...
}