Function: COMMON-LISP:NOTEVERY

package type clhs github

Apply PREDICATE to 0-indexed elements of the sequences, then possibly to those with index 1, and so on. Return T as soon as any invocation of PREDICATE returns NIL, or NIL if every invocation is non-NIL.

Lambda list

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