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