JuliaFolds / Transducers.jl

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

Consider renaming `SetIndex` to `SetIndex!` #548

Open MasonProtter opened 1 year ago

MasonProtter commented 1 year ago

I think it might be surprising for some that the new experimental SetIndex transducer will mutate. I think maybe it's worth naming it SetIndex!. How do people feel about this?