Public Vars

Back

into (clj)

(source)

function

(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 [].

Examples