AVLNodeBitwise.right

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

Meta