package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev

# Functions

go:noescape.
go:noescape.
go:noescape.
Cutover reports the number of failures of IndexByte we should tolerate before switching over to Index.
Equal reports whether a and b are the same length and contain the same bytes.
Index returns the index of the first instance of b in a, or -1 if b is not present in a.
go:noescape.
go:noescape.
IndexString returns the index of the first instance of b in a, or -1 if b is not present in a.

# Constants

No description provided by the author

# Variables

MaxLen is the maximum length of the string to be searched for (argument b) in Index.