Function: count-if
count-if is a function alias for cl-count-if, defined in cl-seq.el.gz.
This function is obsolete since 27.1; use cl-count-if instead.
Signature
(count-if PREDICATE SEQ [KEYWORD VALUE]...)
Documentation
Count the number of items satisfying PREDICATE in SEQ.
Keywords supported: :key :start :end
Aliases
count-if (obsolete since 27.1)