[][src]Function cpp_std::swap_2_vector_of_uint

pub unsafe fn swap_2_vector_of_uint(
    x: impl CastInto<MutRef<VectorOfUint>>,
    y: impl CastInto<MutRef<VectorOfUint>>
)

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