Function swap_2_vector_of_char32_t

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

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