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