func sort.SliceStable
4 uses
sort (current package)
slice.go#L41: func SliceStable(x any, less func(i, j int) bool) {
crypto/tls
handshake_server_tls13.go#L223: sort.SliceStable(preferredGroups, func(i, j int) bool {
handshake_server_tls13.go#L226: sort.SliceStable(preferredGroups, 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.7.6. (GOOS=linux GOARCH=amd64)