Public Vars

Back

first (clj)

(source)

variable

(first coll)
Returns the first item in the collection. Calls seq on its argument. If coll is nil, returns nil.

Examples