ClojureDocs

Nav

Namespaces

count

clojure.core

Available since 1.0 (source)
  • (count coll)
Returns the number of items in the collection. (count nil) returns
0.  Also works on strings, arrays, and Java Collections and Maps