func slices.Sort
17 uses
slices (current package)
iter.go#L65: Sort(s)
sort.go#L16: func Sort[S ~[]E, E cmp.Ordered](x S) {
encoding/pem
pem.go#L277: slices.Sort(h)
fmt
errors.go#L37: slices.Sort(p.wrappedErrs)
mime
mediatype.go#L40: slices.Sort(attrs)
type.go#L153: slices.Sort(ret)
mime/multipart
writer.go#L114: slices.Sort(keys)
net/http
client.go#L796: slices.Sort(ss) // Ensure deterministic headers
transfer.go#L321: slices.Sort(keys)
net/url
url.go#L1011: slices.Sort(keys)
path/filepath
match.go#L348: slices.Sort(names)
path.go#L447: slices.Sort(names)
regexp
onepass.go#L379: slices.Sort(runes)
onepass.go#L403: slices.Sort(runes)
sort
sort_impl_go121.go#L16: func intsImpl(x []int) { slices.Sort(x) }
sort_impl_go121.go#L17: func float64sImpl(x []float64) { slices.Sort(x) }
sort_impl_go121.go#L18: func stringsImpl(x []string) { slices.Sort(x) }
![]() |
The pages are generated with Golds v0.7.6. (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. |