Skip to main content

iter_cmp_owned

Function iter_cmp_owned 

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

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