Generic Function Some-Item-P (3 methods)

( some-item-p < container > < predicate > )

Part of:

package metabang.cl-containers

Returns the first item in the container for which predicate
holds. Predicate should be a function of one argument for iteratable containers
and a function of two arguments for associative containers.

Method Summary

some-item-p < iteratable-container-mixin > < function > 
some-item-p < list > < function > 
some-item-p < vector > < function >