func slices.MaxFunc

one use

	slices (current package)
		sort.go#L109: func MaxFunc[S ~[]E, E any](x S, cmp func(a, b E) int) E {