OrderedNodeMixin.left

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

Returns newNode

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

Meta