pub unsafe extern "C" fn CSTL_vector_iterator_sub(
iterator: CSTL_VectorIter,
n: isize,
) -> CSTL_VectorIterExpand description
Seeks the iterator backwards by n elements.
Returns a new iterator at the resulting iterator position.
pub unsafe extern "C" fn CSTL_vector_iterator_sub(
iterator: CSTL_VectorIter,
n: isize,
) -> CSTL_VectorIterSeeks the iterator backwards by n elements.
Returns a new iterator at the resulting iterator position.