def assign(self, n, x): return _cvxcore.IntVector_assign(self, n, x)
def assign(self, n: "std::vector< int >::size_type", x: "std::vector< int >::value_type const &") -> "void": return _cvxcore.IntVector_assign(self, n, x)