func slices.SortedStableFunc

one use

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