|
| assoc-if-not predicate alist &key key | [Function] |
Returns the first cons in alist whose car does not satisfiy the predicate. If key is supplied, apply it to the car of each cons before testing.
|
| assoc-if-not predicate alist &key key | [Function] |
Returns the first cons in alist whose car does not satisfiy the predicate. If key is supplied, apply it to the car of each cons before testing.