func internal/bytealg.IndexRabinKarp

3 uses

	internal/bytealg (current package)
		bytealg.go#L66: func IndexRabinKarp[T string | []byte](s, sep T) int {

	internal/stringslite
		strings.go#L98: 			j := bytealg.IndexRabinKarp(s[i:], substr)

	bytes
		bytes.go#L1327: 			j := bytealg.IndexRabinKarp(s[i:], sep)