1
0
mirror of https://github.com/golang/go synced 2024-11-15 11:20:30 -07:00
go/doc/next/6-stdlib/3-iter.md
Russ Cox 5a181c5042 iter: expose fundamental types to Go 1.23
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>
2024-05-06 20:33:25 +00:00

124 B

Iterators

The new iter package provides the basic definitions for working with user-defined iterators.