code-reviews

2021-09-10T21:09:57.026900Z

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

2021-09-10T21:24:16.028100Z

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

2021-09-10T21:24:59.029Z

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