OrderedNodeMixin.right

Get the right child

  1. inout(typeof(this))* right [@property getter]
    mixin template OrderedNodeMixin(size_t N)
    @property
    inout(typeof(this))*
    right
    inout
    (
    )
  2. Node right [@property setter]

Meta