func sort.SliceStable
3 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 {
src.elv.sh/pkg/eval
builtin_fn_container.go#L839: sort.SliceStable(values, lessFn)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)