func sort.IntsAreSorted

one use

	sort (current package)
		sort.go#L184: func IntsAreSorted(x []int) bool { return slices.IsSorted(x) }