cl-count-if-not

cl-count-if-not is an autoloaded compiled Lisp function in `cl-seq.el'.

(cl-count-if-not PREDICATE SEQ [KEYWORD VALUE]...)

Count the number of items not satisfying PREDICATE in SEQ.

Keywords supported: :key :start :end