aboutsummaryrefslogtreecommitdiff
path: root/api/next
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2024-01-23 12:01:53 -0500
committerRuss Cox <rsc@golang.org>2024-05-06 20:33:25 +0000
commit5a181c504263b6cc2879d0a4fa19b2c993c59704 (patch)
tree59d9cad61489aa0a72911513663ed8aa3cc94a5b /api/next
parent5122a6796ef98e3453c994c95abd640596540bea (diff)
downloadgo-5a181c504263b6cc2879d0a4fa19b2c993c59704.tar.gz
go-5a181c504263b6cc2879d0a4fa19b2c993c59704.zip
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>
Diffstat (limited to 'api/next')
-rw-r--r--api/next/61897.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/next/61897.txt b/api/next/61897.txt
new file mode 100644
index 0000000000..9f5a2d94df
--- /dev/null
+++ b/api/next/61897.txt
@@ -0,0 +1,4 @@
+pkg iter, func Pull2[$0 interface{}, $1 interface{}](Seq2[$0, $1]) (func() ($0, $1, bool), func()) #61897
+pkg iter, func Pull[$0 interface{}](Seq[$0]) (func() ($0, bool), func()) #61897
+pkg iter, type Seq2[$0 interface{}, $1 interface{}] func(func($0, $1) bool) #61897
+pkg iter, type Seq[$0 interface{}] func(func($0) bool) #61897