RBNode.right

Get the right child

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

Meta