pub unsafe fn swap_2_vector_of_int(
x: impl CastInto<MutRef<VectorOfInt>>,
y: impl CastInto<MutRef<VectorOfInt>>,
)Expand description
Calls C++ function: void std::swap(std::vector<int, std::allocator<int>>& __x, std::vector<int, std::allocator<int>>& __y).