]> Cypherpunks repositories - gostls13.git/commit
slices: document that BinarySearch[Func] return earliest position
authorIan Lance Taylor <iant@golang.org>
Wed, 7 Feb 2024 21:36:46 +0000 (13:36 -0800)
committerGopher Robot <gobot@golang.org>
Wed, 7 Feb 2024 23:54:41 +0000 (23:54 +0000)
commitcde38c966dad075c4c24694d4f02d71de3ab957a
tree4c4c2ee53da9e8ca376453b8f59cf55af6be8cbe
parent23ac1599abfc558edce5841323e2c679b094fc26
slices: document that BinarySearch[Func] return earliest position

Fixes #65446

Change-Id: I08dc512fb1f0101eb8aac8767cdf582360699559
Reviewed-on: https://go-review.googlesource.com/c/go/+/562345
Reviewed-by: Eli Bendersky <eliben@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/slices/sort.go