pub unsafe extern "C" fn CSTL_vector_iterator_eq(
lhs: CSTL_VectorIter,
rhs: CSTL_VectorIter,
) -> boolExpand description
Compares iterators for equality.
They must belong to the same vector.
pub unsafe extern "C" fn CSTL_vector_iterator_eq(
lhs: CSTL_VectorIter,
rhs: CSTL_VectorIter,
) -> boolCompares iterators for equality.
They must belong to the same vector.