Russ Cox
Russ Cox
Finishing this proposal discussion is blocked on https://github.com/golang/go/issues/61405.
Iterators are unblocked for Go 1.23 so let's figure out what to do with this. It seems like https://github.com/golang/go/issues/53987#issuecomment-1671799092 is the current winner: still a simple API, but not having...
Yes, fixed, thanks.
That might belong more in #61898. This is package slices.
Yes, we should mention that the slices are sub-slices of the original and that they are clipped to remove excess capacity.
Have all remaining concerns about this proposal been addressed? ``` // Chunk returns an iterator over consecutive sub-slices of up to n elements of x. // All but the last...
I see why this could possibly be useful but it's also a giant pain. I am not sure the benefit is worth the effort.
Does someone want to prototype this to see if there is a simple implementation?
This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — rsc for the proposal review...
**[Placed on hold](https://go.dev/s/proposal-status#hold)**. — rsc for the proposal review group