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