func sort.SliceStable
6 uses
sort (current package)
slice.go#L29: func SliceStable(x interface{}, less func(i, j int) bool) {
crypto/tls
common.go#L1558: sort.SliceStable(reordered, func(i, j int) bool {
github.com/google/go-cmp/cmp/cmpopts
sort.go#L62: sort.SliceStable(dst.Interface(), func(i, j int) bool { return ss.less(dst, i, j) })
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]) })
golang.org/x/mod/modfile
rule.go#L947: sort.SliceStable(block.Line, func(i, j int) bool {
golang.org/x/pkgsite/internal/godoc/dochtml
dochtml.go#L415: sort.SliceStable(exs.List, func(i, j int) bool {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |