check_sorted# glue.utils.array.check_sorted(array)# Return True if the array is sorted, False otherwise. Parameters: array~numpy.ndarrayThe array to test.