func slices.SortStableFunc
5 uses
slices (current package)
iter.go#L88: SortStableFunc(s, cmp)
sort.go#L37: func SortStableFunc[S ~[]E, E any](x S, cmp func(a, b E) int) {
go.opentelemetry.io/otel/attribute
set.go#L238: slices.SortStableFunc(kvs, func(a, b KeyValue) int {
internal/fmtsort
sort.go#L62: slices.SortStableFunc(sorted, func(a, b KeyValue) int {
net
addrselect.go#L35: slices.SortStableFunc(addrInfos, compareByRFC6724)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |