Skip to main content

count

functionv1.7

cljs.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 Maps

No examples yet. Be the first to add one!