Function swap_2_vector_of_u16

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

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