func sort.IntsAreSorted

one use

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