func sort.SliceStable
2 uses
sort (current package)
slice.go#L29: func SliceStable(x any, less func(i, j int) bool) {
github.com/google/go-cmp/cmp/internal/value
sort.go#L22: sort.SliceStable(vs, func(i, j int) bool { return isLess(vs[i], vs[j]) })
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)