Function: COMMON-LISP:RASSOC-IF

package type clhs github

Return the first cons in ALIST whose CDR satisfies PREDICATE. If KEY is supplied, apply it to the CDR of each cons before testing.

Lambda list

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