func bytes.TrimFunc
4 uses
bytes (current package)
bytes.go#L792: func TrimFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L914: return TrimFunc(s, makeCutsetFunc(cutset))
bytes.go#L939: return TrimFunc(s[start:], unicode.IsSpace)
bytes.go#L951: return TrimFunc(s[start:stop], unicode.IsSpace)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)