RBNode.right

Get the right child

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

Meta