Function std::iter::order::cmp
[−]
[src]
pub fn cmp<A, L, R>(a: L, b: R) -> Ordering where A: Ord, R: Iterator<Item=A>, L: Iterator<Item=A>Unstable
: needs review and revision
Order a`aand` and b`blexicographically usingOrd`