AVLNodeBitwise.left

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

Meta