cl-rassoc
cl-rassoc is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-rassoc ITEM LIST [KEYWORD VALUE]...)
Find the first item whose cdr matches ITEM in LIST.
Keywords supported: :test :test-not :key
cl-seq.el
'.
(cl-rassoc ITEM LIST [KEYWORD VALUE]...)
Find the first item whose cdr matches ITEM in LIST.
Keywords supported: :test :test-not :key