Function: count

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

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

Signature

(count ITEM SEQ [KEYWORD VALUE]...)

Documentation

Count the number of occurrences of ITEM in SEQ.

Keywords supported: :test :test-not :key :start :end

Aliases

count (obsolete since 27.1) org-count (obsolete since 9.0)