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