示例#1
0
 def Prepend(self, el):
     r"""Prepend(intArray self, int const & el) -> int"""
     return _array.intArray_Prepend(self, el)
示例#2
0
 def Prepend(self, el):
     return _array.intArray_Prepend(self, el)