func bytes.IndexAny

2 uses

	bytes (current package)
		bytes.go#L81: 	return IndexAny(b, chars) >= 0
		bytes.go#L186: func IndexAny(s []byte, chars string) int {