There are 4 utilities.
- map-tree v1.0
-
Map
function
to each of the leave oftree
.- Provides
map-tree
- tree-member-p v1.0
-
Returns
t
ifitem
is intree
,nil
otherwise.- Provides
tree-member-p
- tree-collect v1.0
-
Returns a list of every node in the
tree
that satisfies thepredicate
. If there are any improper lists in the tree, thepredicate
is also applied to their dotted elements.- Provides
tree-collect
- circular-tree-p v1.0
-
Returns true if
object
is a circular tree,nil
otherwise.- Provides
circular-tree-p