]> Cypherpunks repositories - gostls13.git/commit
iter: expose fundamental types to Go 1.23
authorRuss Cox <rsc@golang.org>
Tue, 23 Jan 2024 17:01:53 +0000 (12:01 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 6 May 2024 20:33:25 +0000 (20:33 +0000)
commit5a181c504263b6cc2879d0a4fa19b2c993c59704
tree59d9cad61489aa0a72911513663ed8aa3cc94a5b
parent5122a6796ef98e3453c994c95abd640596540bea
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>
api/next/61897.txt [new file with mode: 0644]
doc/next/6-stdlib/3-iter.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/iter/61897.md [new file with mode: 0644]
src/go/build/deps_test.go
src/go/doc/comment/std.go
src/iter/iter.go
src/iter/pull_test.go