Function core::iter::order::cmp [] [src]

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

: use the equivalent methods on Iterator instead

Order a and b lexicographically using Ord