Generic Function Collect-Nodes (1 method)

( collect-nodes < container > &key < filter > < transform > )

Part of:

package metabang.cl-containers, package metabang.utilities
Returns a possibly filtered and possibly transformed list of the nodes in a container. If the container uses nodes, then the items are the nodes. If not, collect-nodes is equivalent to collect-elements.

Method Summary

collect-nodes < iteratable-container-mixin