1
0
mirror of https://github.com/golang/go synced 2024-09-24 01:20:13 -06:00
go/api/next/50340.txt
Eli Bendersky 063f4032f5 sort: add Find function
For golang/go#50340

Change-Id: I3b4d278affc8e7ec706db8c9777f7a8c8ce7441d
Reviewed-on: https://go-review.googlesource.com/c/go/+/396514
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Russ Cox <rsc@golang.org>
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-04-07 14:42:13 +00:00

2 lines
59 B
Plaintext

pkg sort, func Find(int, func(int) int) (int, bool) #50340