go/src/unique
Michael Anthony Knyszek 3a3837f422 internal/concurrent: make HashTrieMap iteration more idiomatic
Currently a HashTrieMap has a method called Enumerate whose method
closure is an iter.Seq2, but the current convention is to name the
method All and return an iter.Seq2. This is an easy transformation, so
do it now.

Change-Id: I323e505008b7df3a9e20fe8c223b281a8c290006
Reviewed-on: https://go-review.googlesource.com/c/go/+/586995
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-05-22 16:01:55 +00:00
..
clone.go unique: use stringslite.Clone 2024-05-05 00:24:21 +00:00
clone_test.go
doc.go
handle.go internal/concurrent: make HashTrieMap iteration more idiomatic 2024-05-22 16:01:55 +00:00
handle_bench_test.go
handle_test.go