RBNode.right

Set the right child. Also updates the new child's parent node. This does not update the previous child.

Returns newNode

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

Meta

Suggestion Box / Bug Report