Function CSTL_vector_iterator_sub

Source
pub unsafe extern "C" fn CSTL_vector_iterator_sub(
    iterator: CSTL_VectorIter,
    n: isize,
) -> CSTL_VectorIter
Expand description

Seeks the iterator backwards by n elements.

Returns a new iterator at the resulting iterator position.