Variable AVLNodeRealHeight.right

struct AVLNodeRealHeight
{
  // ...
  typeof(this)* right ;
  // ...
}