RBNode.left

Get the left child

  1. inout(RBNode)* left [@property getter]
    struct RBNode(V)
    @property inout
    inout(RBNode)*
    left
    ()
  2. Node left [@property setter]

Meta

Suggestion Box / Bug Report