Skip to main content

iter_cmp

Function iter_cmp 

Source
pub(crate) fn iter_cmp<'a, I, T>(a: I, b: I) -> Result<Ordering>
where I: Iterator<Item = &'a T> + ExactSizeIterator, T: 'a + DerOrd,
Expand description

Compare the order of two iterators using [DerCmp] on the values.