Transducers.jl
Transducers.jl copied to clipboard
Support vararg
It probably is straightforward to support vararg in transducers, i.e., extend the call signature to:
next(rf, result, inputs...)
__foldl__(rf, init, reducibles...)
This needs some benchmarks to make sure there is no performance degradation.