RBNode.left

Get the left child

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

Meta