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