Skip to main content

into

functionv1.0

clojure.core/into

Available in:BBCLJCLJS
(into [] [to] [to from] [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 [].

No examples yet. Be the first to add one!