func internal/bytealg.Index

4 uses

	internal/bytealg (current package)
		index_native.go#L13: func Index(a, b []byte) int

	bytes
		bytes.go#L193: 			if j := bytealg.Index(s[i-last:], b[:n]); j >= 0 {
		bytes.go#L1322: 			return bytealg.Index(s, sep)
		bytes.go#L1346: 				r := bytealg.Index(s[i:], sep)