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