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

pub fn partial_cmp<L: Iterator, R: Iterator>(a: L, b: R) -> Option<Ordering> where L: PartialOrd<R>
Unstable

: needs review and revision

Order a`aand` and b`blexicographically using` lexicographically using PartialOrd`PartialOrd`