slices: add iterator-related functions · Issue #61899 · golang/go

We propose to add the following functions to package slices, to provide good support for code using iterators. This is one of a collection of proposals updating the standard library for the new 'ra...