def FindSorted(self, el): r"""FindSorted(intArray self, int const & el) -> int""" return _array.intArray_FindSorted(self, el)
def FindSorted(self, el): return _array.intArray_FindSorted(self, el)