def IsSorted(self): r"""IsSorted(intArray self) -> int""" return _array.intArray_IsSorted(self)
def IsSorted(self): return _array.intArray_IsSorted(self)