[][src]Function cpp_std::swap_2_vector_of_u32

pub unsafe fn swap_2_vector_of_u32(
    x: impl CastInto<MutRef<VectorOfU32>>,
    y: impl CastInto<MutRef<VectorOfU32>>
)

Calls C++ function: void std::swap(std::vector<uint32_t, std::allocator<uint32_t>>& __x, std::vector<uint32_t, std::allocator<uint32_t>>& __y).