Function CSTL_vector_swap

Source
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.