func slices.Sort

37 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)

	expvar
		expvar.go#L316: 	slices.Sort(vars.keys)

	fmt
		errors.go#L53: 			slices.Sort(p.wrappedErrs)

	go.pact.im/x/plumb/internal/emit
		report.go#L19: 	slices.Sort(paths)

	go.pact.im/x/plumb/internal/packagestest
		packagestest.go#L94: 	slices.Sort(pkgPaths)
		packagestest.go#L98: 		slices.Sort(ip)

	go/ast
		filter.go#L374: 	slices.Sort(filenames)

	go/build
		build.go#L1055: 	slices.Sort(p.AllTags)
		build.go#L1070: 		slices.Sort(p.SFiles)
		build.go#L1073: 		slices.Sort(p.IgnoredOtherFiles)
		build.go#L1115: 	slices.Sort(out)
		build.go#L1517: 	slices.Sort(all)

	go/doc
		reader.go#L667: 	slices.Sort(r.filenames)
		reader.go#L827: 	slices.Sort(list)

	go/printer
		gobuild.go#L111: 	slices.Sort(toDelete)

	go/types
		scope.go#L61: 	slices.Sort(names)
		typestring.go#L388: 		slices.Sort(termHashes)

	golang.org/x/tools/go/packages
		visit.go#L117: 		slices.Sort(keys)

	golang.org/x/tools/internal/gcimporter
		iexport.go#L468: 	slices.Sort(needed)

	google.golang.org/grpc/internal/mem
		buffer_pool.go#L89: 	slices.Sort(powerOfTwoExponents)

	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)

	regexp
		onepass.go#L379: 				slices.Sort(runes)
		onepass.go#L403: 				slices.Sort(runes)

	runtime/debug
		garbage.go#L72: 			slices.Sort(sorted)

	runtime/pprof
		label.go#L50: 	slices.Sort(keyVals)

	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) }

	testing
		benchmark.go#L629: 	slices.Sort(extraKeys)
		testing.go#L2814: 	slices.Sort(list)