Node.this

Create a copy of the given node.

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

Meta