Function: COMMON-LISP:ASSOC-IF

package type clhs github

Return the first cons in ALIST whose CAR satisfies 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)