pred
collection
&key key
from-end
end
start
)collection
is a Lisp sequence, this simply calls cl:find-if
. On an:start
, :end
, and :from-end
keywords are acceptedcollection
is a seq. Also, on a map, this scans the domain; onfind-if t bag |
find-if t map |
find-if t seq |
find-if t sequence |
find-if t set |