func sort.StringsAreSorted

one use

	sort (current package)
		sort.go#L195: func StringsAreSorted(x []string) bool { return slices.IsSorted(x) }