pub unsafe extern "C" fn CSTL_vector_front(
instance: CSTL_VectorRef,
) -> *mut c_voidExpand description
Returns a pointer to the first element in the vector.
If CSTL_vector_empty(instance) == true the behavior is undefined.
pub unsafe extern "C" fn CSTL_vector_front(
instance: CSTL_VectorRef,
) -> *mut c_voidReturns a pointer to the first element in the vector.
If CSTL_vector_empty(instance) == true the behavior is undefined.