member-if

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

(member-if PREDICATE LIST [KEYWORD VALUE]...)

Find the first item satisfying PREDICATE in LIST.
Return the sublist of LIST whose car matches.

Keywords supported: :key