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