Function redox::iter::order::cmp
[−]
[src]
pub fn cmp<A, L, R>(a: L, b: R) -> Ordering where R: Iterator<Item=A>, A: Ord, L: Iterator<Item=A>
Deprecated since 1.4.0
: use the equivalent methods on Iterator
instead
Order a
and b
lexicographically using Ord