]> Cypherpunks repositories - gostls13.git/commit
maps: add All, Keys, Values, Insert, Collect
authoraimuz <mr.imuz@gmail.com>
Mon, 20 May 2024 09:04:15 +0000 (09:04 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 20 May 2024 16:01:35 +0000 (16:01 +0000)
commit2b0f2f8169bed01e3bf72d49863cd2852bdf7c7e
tree605b85309f1caf8c69e62761191edaaa0ecdabaa
parent4edb367bac85cf16f85a3cea952375ae2539340d
maps: add All, Keys, Values, Insert, Collect

Fixed #61900.

Change-Id: Ic5962dc92b3102e7448635bef541414a2eaf415e
GitHub-Last-Rev: 3c6f74d6173c519ce090e22e724da04efff79022
GitHub-Pull-Request: golang/go#67521
Reviewed-on: https://go-review.googlesource.com/c/go/+/586716
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
api/next/61900.txt [new file with mode: 0644]
doc/next/6-stdlib/3-iter.md
doc/next/6-stdlib/99-minor/maps/61900.md [new file with mode: 0644]
src/cmd/dist/test.go
src/go/build/deps_test.go
src/maps/iter.go [new file with mode: 0644]
src/maps/iter_test.go [new file with mode: 0644]