Generic Function Search-For-Match (5 methods)

( search-for-match < container > < predicate > &key < key > )

Part of:

package metabang.cl-containers

Hunt for an item in the container that satisfies
the predicate. Key is as in count-if.

Method Summary

search-for-match < abstract-bag/set-container > < t > 
search-for-match < array > < t > 
search-for-match < iteratable-container-mixin > < t > 
search-for-match < list > < t > 
search-for-match < vector > < t >