pub unsafe extern "C" fn CSTL_vector_clear(
instance: CSTL_VectorRef,
drop: CSTL_DropTypeCRef,
)Expand description
Erase all elements from the vector without affecting capacity.
pub unsafe extern "C" fn CSTL_vector_clear(
instance: CSTL_VectorRef,
drop: CSTL_DropTypeCRef,
)Erase all elements from the vector without affecting capacity.