AVLNodeBitwise.right

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this)* right()
  2. const(typeof(this))* right()
    struct AVLNodeBitwise(T)
    const nothrow @property
    const(typeof(this))*
    right
    ()
  3. void right(typeof(this)* newRight)

Meta