Fork me on GitHub
#code-reviews
<
2021-09-10
>
Joshua Suskalo21:09:57

So this is basically "run this reduction over each element"?

jjttjj21:09:16

It's "for each element, run this reduction on all outputs a transducer would generate"

jjttjj21:09:59

I've since decided against an initf function, instead just favoring a normal init value like reduce uses