[][src]Function cpp_std::swap_2_vector_of_u16

pub unsafe fn swap_2_vector_of_u16(
    x: impl CastInto<MutRef<VectorOfU16>>,
    y: impl CastInto<MutRef<VectorOfU16>>
)

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