Skip to main content

compare_immutable

Function compare_immutable 

Source
pub fn compare_immutable<V1, V2, E1, E2, I1, I2>(
    l: I1,
    r: I2,
    column_info: &[KeyInfo],
) -> Ordering
where V1: AsValueRef, V2: AsValueRef, E1: ExactSizeIterator<Item = V1>, E2: ExactSizeIterator<Item = V2>, I1: IntoIterator<IntoIter = E1, Item = E1::Item>, I2: IntoIterator<IntoIter = E2, Item = E2::Item>,