Function: COMMON-LISP:NOTANY

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 NIL as soon as any invocation of PREDICATE returns a non-NIL value, or T if the end of any sequence is reached.

Lambda list

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