Details
Assignee
UnassignedUnassignedReporter
Howard Lewis ShipHoward Lewis ShipApproval
TriagedPatch
Code and TestPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Howard Lewis Ship
Howard Lewis ShipApproval
Triaged
Patch
Code and Test
Priority
Created May 26, 2017 at 12:39 AM
Updated May 26, 2017 at 1:22 AM
This is a trivial change that allows a transducer to be provided as the first argument to clojure.core.async/into. This feels like a common use case ... transforming values and conj'ing them into a collection, as with
(transduce xform conj [] ch)
.