func sort.Ints

7 uses

	sort (current package)
		sort.go#L328: func Ints(x []int) { Sort(IntSlice(x)) }

	github.com/evanw/esbuild/internal/bundler
		linker.go#L1856: 	sort.Ints(sortedImportRefs)

	github.com/evanw/esbuild/internal/renamer
		renamer.go#L256: 	sort.Ints(sortedMembers)
		renamer.go#L395: 	sort.Ints(*sorted)

	golang.org/x/pkgsite/internal/postgres
		symbol.go#L140: 	sort.Ints(docIDs)

	google.golang.org/protobuf/internal/impl
		codec_messageset.go#L62: 		sort.Ints(keys)
		encode.go#L187: 		sort.Ints(keys)