func slices.Sort
15 uses
slices (current package)
iter.go#L68: Sort(s)
sort.go#L16: func Sort[S ~[]E, E cmp.Ordered](x S) {
encoding/pem
pem.go#L292: slices.Sort(h)
fmt
errors.go#L53: slices.Sort(p.wrappedErrs)
github.com/refraction-networking/utls
ech.go#L28: slices.Sort(sortedSupportedAEADs)
mime
type.go#L226: slices.Sort(ret)
net/http
client.go#L803: slices.Sort(ss) // Ensure deterministic headers
transfer.go#L322: slices.Sort(keys)
net/url
url.go#L1007: slices.Sort(keys)
path/filepath
match.go#L336: slices.Sort(names)
path.go#L448: slices.Sort(names)
runtime/debug
garbage.go#L72: slices.Sort(sorted)
sort
sort.go#L170: func Ints(x []int) { slices.Sort(x) }
sort.go#L176: func Float64s(x []float64) { slices.Sort(x) }
sort.go#L181: func Strings(x []string) { slices.Sort(x) }
![]() |
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. |