Node.this

Create a shallow copy of the given node.

  1. this(Node other)
    struct Node
    @nogc
    this
    (
    inout ref Node other
    )
  2. this(Value value)
  3. this(mg_node* p)

Meta