Copying Deep Structures
=======================
- primitive: copy-tree obj
Recursively copy the data tree that is bound to OBJ, and return a
pointer to the new data structure. `copy-tree' recurses down the
contents of both pairs and vectors (since both cons cells and
vector cells may point to arbitrary objects), and stops recursing
when it hits any other object.