ClojureDocs

Nav

Namespaces

into

clojure.core

Available since 1.0 (source)
  • (into)
  • (into to)
  • (into to from)
  • (into to xform from)
Returns a new coll consisting of to with all of the items of
from conjoined. A transducer may be supplied.
(into x) returns x. (into) returns [].