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

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

: needs review and revision

Order a and b lexicographically using PartialOrd