func sort.Ints

4 uses

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

	google.golang.org/grpc/mem
		buffer_pool.go#L70: 	sort.Ints(poolSizes)

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