Function: rassoc*

rassoc* is a function alias for cl-rassoc, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-rassoc instead.

Signature

(rassoc* ITEM LIST [KEYWORD VALUE]...)

Documentation

Find the first item whose cdr matches ITEM in LIST.

Keywords supported: :test :test-not :key

Aliases

rassoc* (obsolete since 27.1)