Variable AVLNodeRealHeight.left

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