[][src]Function cpp_std::swap_2_vector_of_ushort

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

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