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