cl-member
cl-member is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-member ITEM LIST [KEYWORD VALUE]...)
This function has a compiler macro `cl--compiler-macro-member'.
Find the first occurrence of ITEM in LIST.
Return the sublist of LIST whose car is ITEM.
Keywords supported: :test :test-not :key