ClojureDocs

导航

命名空间

count

clojure.core

自 1.0 起可用 (源代码)
  • (count coll)
Returns the number of items in the collection. (count nil) returns
0.  Also works on strings, arrays, and Java Collections and Maps