cl-member-if
cl-member-if is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-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