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