func bytes.lastIndexFunc
3 uses
bytes (current package)
bytes.go#L780: i := lastIndexFunc(s, f, false)
bytes.go#L825: return lastIndexFunc(s, f, true)
bytes.go#L850: func lastIndexFunc(s []byte, f func(r rune) bool, truth bool) int {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)