Function CSTL_vector_iterator_eq

Source
pub unsafe extern "C" fn CSTL_vector_iterator_eq(
    lhs: CSTL_VectorIter,
    rhs: CSTL_VectorIter,
) -> bool
Expand description

Compares iterators for equality.

They must belong to the same vector.