Skip to main content

first

functionv1.0

clojure.core/first

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

No examples yet. Be the first to add one!