func slices.IsSortedFunc

one use

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