pub unsafe extern "C" fn CSTL_string_swap(
instance: CSTL_StringRef,
other_instance: CSTL_StringRef,
)Expand description
Swaps string contents.
You are responsible for swapping the allocators.
pub unsafe extern "C" fn CSTL_string_swap(
instance: CSTL_StringRef,
other_instance: CSTL_StringRef,
)Swaps string contents.
You are responsible for swapping the allocators.