Variable AVLNodeBitwise._left

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