lispdoc - results for rassoc-value |
(alexandria.0.dev:rassoc-value alist key &key (test 'eql)) | Function: RASSOC-VALUE is an alist accessor very much like RASSOC, but it can be used with SETF.
|
(rassoc-if predicate alist &key key) | Function: Return the first cons in ALIST whose CDR satisfies PREDICATE. If KEY is supplied, apply it to the CDR of each cons before testing.
|
| Mentioned in: CLtL2 - 15.6. Association Lists HyperSpec - Function RASSOC, RASSOC-IF, RASSOC-IF-NOT PCL - lookup tables alists and plists | |
(rassoc-if-not predicate alist &key key) | Function: Return the first cons in ALIST whose CDR does not satisfy PREDICATE. If KEY is supplied, apply it to the CDR of each cons before testing.
|
| Mentioned in: CLtL2 - 15.6. Association Lists HyperSpec - Function RASSOC, RASSOC-IF, RASSOC-IF-NOT PCL - lookup tables alists and plists | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |