-
- Downloads
go/types: add go1.23 iterator methods for 10 exported types
These methods will not be mirrored in types2 until the bootstrap compiler reaches go1.23; therefore range-over-func statements must not be used in code common to types + types2. Fixes #66626 Change-Id: I3c2c15e3652ee95d9aff208d8a188b912ed5bc9a Reviewed-on: https://go-review.googlesource.com/c/go/+/575455 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by:Robert Findley <rfindley@google.com> Reviewed-by:
Robert Griesemer <gri@google.com>
Showing
- api/next/66626.txt 11 additions, 0 deletionsapi/next/66626.txt
- doc/next/6-stdlib/99-minor/go/types/66626.md 32 additions, 0 deletionsdoc/next/6-stdlib/99-minor/go/types/66626.md
- src/go/types/example_test.go 2 additions, 3 deletionssrc/go/types/example_test.go
- src/go/types/iter.go 159 additions, 0 deletionssrc/go/types/iter.go
api/next/66626.txt
0 → 100644
doc/next/6-stdlib/99-minor/go/types/66626.md
0 → 100644
src/go/types/iter.go
0 → 100644
Please register or sign in to comment