Node.opAssign

Assignment (shallow copy) by reference.

  1. void opAssign(Node rhs)
  2. void opAssign(ref Node rhs)
    struct Node
    void
    opAssign
    @trusted nothrow
    (
    ref Node rhs
    )

Meta