func slices.SortedFunc

4 uses

	slices (current package)
		iter.go#L75: func SortedFunc[E any](seq iter.Seq[E], cmp func(E, E) int) []E {

	go.pact.im/x/plumb/internal/discover
		discover.go#L103: 	for _, pkg := range slices.SortedFunc(slices.Values(pkgs), func(a, b *Package) int {
		discover.go#L106: 		for _, file := range slices.SortedFunc(slices.Values(pkg.Syntax), func(a, b *ast.File) int {

	go.pact.im/x/plumb/internal/gen
		gen.go#L147: 	files := slices.SortedFunc(slices.Values(pkg.Syntax), func(a, b *ast.File) int {