Function: COMMON-LISP:ASSOC-IF-NOT

package type clhs github

Return the first cons in ALIST whose CAR does not satisfy PREDICATE. If KEY is supplied, apply it to the CAR of each cons before testing.

Lambda list

(sb-impl::predicate sb-impl::alist &key sb-impl::key)