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