]> Cypherpunks repositories - gostls13.git/commit
slices: add iterator-related functions
authorIan Lance Taylor <iant@golang.org>
Sat, 2 Mar 2024 01:40:50 +0000 (17:40 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 9 May 2024 19:20:55 +0000 (19:20 +0000)
commit0b5f72251bb564c7780b61f56a37faab31ed3512
tree1fe53ec8a24044993d6a425f5aedc72c65197f40
parentcecbf4f28eed1327249ebb39e13c2e3ec6d12476
slices: add iterator-related functions

Fixes #61899

Change-Id: Icbde1ac8293723eefc3251008ae9711e756ed1b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/568477
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
api/next/61899.txt [new file with mode: 0644]
doc/next/6-stdlib/3-iter.md
doc/next/6-stdlib/99-minor/slices/61899.md [new file with mode: 0644]
src/cmd/dist/test.go
src/go/build/deps_test.go
src/slices/iter.go [new file with mode: 0644]
src/slices/iter_test.go [new file with mode: 0644]
src/slices/sort_test.go