Generic Function Collect-Key-Value (2 methods)

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

Part of:

package metabang.cl-containers

Iterate over the keys and values of the container and
return a list of the ones that pass the filter function transformed by
the transform function.

Method Summary

collect-key-value < key-value-iteratable-container-mixin
collect-key-value < list >