find-if
find-if is an alias for `cl-find-if' in `cl.el
'.
(find-if PREDICATE SEQ [KEYWORD VALUE]...)
Find the first item satisfying PREDICATE in SEQ.
Return the matching item, or nil if not found.
Keywords supported: :key :start :end :from-end
cl.el
'.
(find-if PREDICATE SEQ [KEYWORD VALUE]...)
Find the first item satisfying PREDICATE in SEQ.
Return the matching item, or nil if not found.
Keywords supported: :key :start :end :from-end