Variable AVLNodeBitwise._right

struct AVLNodeBitwise
{
  // ...
  size_t _right ;
  // ...
}