Public Vars

Back

count (clj)

(source)

function

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

Examples