JuliaFolds / Transducers.jl

Efficient transducers for Julia
https://juliafolds.github.io/Transducers.jl/dev/
MIT License
433 stars 24 forks source link

Better get index example #546

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

I think the old example didn't really make it clear which array was being indexed into, and which one was the source of indices. This example makes that more clear.