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: DerOrd + 'a,
Expand description

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