Function: count-if-not

count-if-not is a function alias for cl-count-if-not, defined in cl-seq.el.gz.

This function is obsolete since 27.1; use cl-count-if-not instead.

Signature

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

Documentation

Count the number of items not satisfying PREDICATE in SEQ.

Keywords supported: :key :start :end

Aliases

count-if-not (obsolete since 27.1)