]> Cypherpunks repositories - gostls13.git/commit
iter: add doc comment from proposal
authorRuss Cox <rsc@golang.org>
Fri, 7 Jun 2024 12:35:32 +0000 (08:35 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 14 Jun 2024 22:40:29 +0000 (22:40 +0000)
commitfe36ce669c1a452d2b0e81108a7e07674b50692a
treeab9d86db3f1102bd3a061692f151cfae51f8a585
parentf27a40ce5fbb2574b81cf05c61c6630e0dfcaf4a
iter: add doc comment from proposal

Add the doc comment from the proposal, lightly edited.
The edits are to drop mention of value-error Seq2 usage
and to adjust for the bool result changes.

Fixes #61897.

Change-Id: Iaffbaa301064b2f8739956d602ca5fa23c89a269
Reviewed-on: https://go-review.googlesource.com/c/go/+/591096
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/iter/iter.go