Node.duplicate

Duplicates the node, returning a new node. You can fine-tune the behavior using the flags. See DUPLICATE_* constants.

struct Node
@nogc nothrow const
duplicate
(
in long flags = 15
)

Meta