Scieneer Common Lisp 1.3.9 online documentation assoc-if predicate alist &key key [Function] Returns the first cons in alist whose car satisfies the predicate. If key is supplied, apply it to the car of each cons before testing.
|
| assoc-if predicate alist &key key | [Function] |
Returns the first cons in alist whose car satisfies the predicate. If key is supplied, apply it to the car of each cons before testing.