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