(into [coll ch])Returns a channel containing the single (collection) result of the
items taken from the channel conjoined to the supplied
collection. ch must close before into produces a result.
Examples
No examples yet. Be the first to add one!