pub unsafe extern "C" fn CSTL_vector_end(
instance: CSTL_VectorCRef,
type_: CSTL_Type,
) -> CSTL_VectorIterExpand description
Construct an iterator past the last element of the vector.
If the vector is empty: CSTL_vector_iterator_eq(begin, end) == true.