Function swap_2_vector_of_ushort

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

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