copy


Description:

public Node<unowned G> copy ()

Recursively copies a Node (but does not deep-copy the data inside the nodes, see copy_deep if you need that).

Parameters:

this

a Node

Returns:

a new Node containing the same data pointers