Skip to main content

count

functionv1.0

clojure.core/count

Available in:BBCLJCLJS
(count [coll])
Returns the number of items in the collection. (count nil) returns 0. Also works on strings, arrays, and Java Collections and Maps

No examples yet. Be the first to add one!