RBNode.left

Get the left child

  1. Node left [@property getter]
    struct RBNode(V, ALLOC)
    @property const
    left
    ()
  2. Node left [@property setter]

Meta