Function core::iter::order::cmpUnstable [-] [+] [src]

pub fn cmp<A, L, R>(a: L, b: R) -> Ordering where A: Ord, L: Iterator<Item=A>, R: Iterator<Item=A>

Order a and b lexicographically using Ord