Function: assoc*

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

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

Signature

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

Documentation

Find the first item whose car matches ITEM in LIST.

Keywords supported: :test :test-not :key

Aliases

assoc* (obsolete since 27.1)