func bytes.Compare

2 uses

	bytes (current package)
		bytes.go#L27: func Compare(a, b []byte) int {

	encoding/asn1
		marshal.go#L114: 	slices.SortFunc(l, bytes.Compare)