[][src]Function cpp_std::swap_2_vector_of_short

pub unsafe fn swap_2_vector_of_short(
    x: impl CastInto<MutRef<VectorOfShort>>,
    y: impl CastInto<MutRef<VectorOfShort>>
)

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