Function: COMMON-LISP:SOME

package type clhs github

Apply PREDICATE to the 0-indexed elements of the sequences, then possibly to those with index 1, and so on. Return the first non-NIL value encountered, or NIL if the end of any sequence is reached.

Lambda list

(sb-impl::pred sb-impl::first-seq &rest sb-impl::more-seqs)