mirror of
https://github.com/golang/go
synced 2024-11-15 11:20:30 -07:00
5a181c5042
These were previously only available with GOEXPERIMENT=rangefunc. For #61897. Change-Id: I86aea5ae8be1f7a2975b623325811221ed40d384 Reviewed-on: https://go-review.googlesource.com/c/go/+/557836 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Alan Donovan <adonovan@google.com>
124 B
124 B
Iterators
The new iter
package provides the basic definitions for
working with user-defined iterators.