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