std-count | ![]() |
STD-COUNT
counts the number of any matching element in the list. It returns a integer number.
It uses = for comparison
(std-count 0 '(0 1 2 3)) => 1 (std-count 0 '(0 "1" 2 "3")) => 1
ele: any valid lisp expression.
lst: any proper list.
A positive integer number or 0.
None.
(std-require 'STDLIST)
Defined in STDLIST
#- SMALL