Function swap_2_u16_string

Source
pub unsafe fn swap_2_u16_string(
    lhs: impl CastInto<MutRef<U16String>>,
    rhs: impl CastInto<MutRef<U16String>>,
)
Expand description

Calls C++ function: void std::swap(std::basic_string<char16_t, std::char_traits<char16_t>, std::allocator<char16_t>>& __lhs, std::basic_string<char16_t, std::char_traits<char16_t>, std::allocator<char16_t>>& __rhs).