func bytes.IndexAny

2 uses

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