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

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

: needs review and revision

Order a and b lexicographically using Ord