func slices.Compare

4 uses

	slices (current package)
		slices.go#L57: func Compare[S ~[]E, E cmp.Ordered](s1, s2 S) int {

	encoding/json
		encode.go#L1257: 		return slices.Compare(a.index, b.index)
		encode.go#L1290: 		return slices.Compare(i.index, j.index)

	runtime/pprof
		pprof.go#L389: 	slices.SortFunc(all, slices.Compare)