Function CSTL_vector_begin

Source
pub unsafe extern "C" fn CSTL_vector_begin(
    instance: CSTL_VectorCRef,
    type_: CSTL_Type,
) -> CSTL_VectorIter
Expand description

Construct an iterator to the first element of the vector.

If the vector is empty: CSTL_vector_iterator_eq(begin, end) == true.