1
0
mirror of https://github.com/golang/go synced 2024-09-23 23:10:13 -06:00
go/api/next/54386.txt
hopehook 0b3f58c48e bytes, strings: add ContainsFunc
Fixes #54386.

Change-Id: I78747da337ed6129e4f7426dd0483a644bed82e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/460216
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: hopehook <hopehook@golangcn.org>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
2023-01-24 22:06:45 +00:00

3 lines
137 B
Plaintext

pkg bytes, func ContainsFunc([]uint8, func(int32) bool) bool #54386
pkg strings, func ContainsFunc(string, func(int32) bool) bool #54386