Generic Function Search-For-Match (5 methods)

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

Part of:

package metabang.cl-containers, package metabang.utilities
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 >