AVLNodeBitwise.right - multiple declarations

Function AVLNodeBitwise.right

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

Function AVLNodeBitwise.right

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

Function AVLNodeBitwise.right

void right (
  typeof(this)* newRight
) nothrow @property;