(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 [].
Examples
No examples yet. Be the first to add one!
(into [] [to] [to from] [to xform from])No examples yet. Be the first to add one!