Function Collect-Using

Part of:

package metabang.cl-containers
( collect-using < map-fn > < filter > &rest < args > )

Collects stuff by applying the map-fn to the arguments. Assumes that
the map-fn signature has the function to be applied as its last argument.