AVLNodeBitwise.left

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

Meta