member*

member* is an alias for `cl-member' in `cl.el'.

(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