Public Vars

Back

stream-into! (clj)

(source)

function

(stream-into! to stream) (stream-into! to xform stream)
Returns a new coll consisting of coll with all of the items of the stream conjoined. This is a terminal operation on the stream.

Examples