Add ability to deep copy a node

Issue #7 closed
Chris Fuller created an issue

The transformation operations provided by the library generally mutate a value in place. The are times when it would be useful to make a copy of a node so that it can be modified without damaging the original node.

Comments (2)

  1. Log in to comment