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