def swap(self, v): return _cvxcore.IntIntMap_swap(self, v)
def swap(self, v: "IntIntMap") -> "void": return _cvxcore.IntIntMap_swap(self, v)