RBNode.left

Get the left child

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

Meta