AVLNodeBitwise.left - multiple declarations

Function AVLNodeBitwise.left

typeof(this)* left () nothrow @property;

Function AVLNodeBitwise.left

const(typeof(this))* left () const nothrow @property;

Function AVLNodeBitwise.left

void left (
  typeof(this)* newLeft
) nothrow @property;