cl-assoc

cl-assoc is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-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