assoc*
assoc* is an alias for `cl-assoc' in `cl.el
'.
(assoc* ITEM LIST [KEYWORD VALUE]...)
This function has a compiler macro `cl--compiler-macro-assoc'.
Find the first item whose car matches ITEM in LIST.
Keywords supported: :test :test-not :key