count-if-not

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

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

Count the number of items not satisfying PREDICATE in SEQ.

Keywords supported: :key :start :end