ClojureDocs

Nav

Namespaces

next

clojure.core

Available since 1.0 (source)
  • (next coll)
Returns a seq of the items after the first. Calls seq on its
argument.  If there are no more items, returns nil.