Go to the first, previous, next, last section, table of contents.


copyTree

Function: copyTree { list -> list }
file: 10-C-lists.muf
package: muf
status: alpha

Copies all cons cells reachable from the given cons cell, passing only through cons cells. The tree must not contain circular links.

See section copyAlist. See section copyList.


Go to the first, previous, next, last section, table of contents.