GNU Info

Info Node: (guile.info)Copying

(guile.info)Copying


Prev: Sorting Up: Utility Functions
Enter node , (file) or (file)node

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.


automatically generated by info2www version 1.2.2.9