count-if

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

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

Count the number of items satisfying PREDICATE in SEQ.

Keywords supported: :key :start :end