Function std::iter::order::lt
[−]
[src]
pub fn lt<L, R>(a: L, b: R) -> bool where R: Iterator, L: Iterator, L::Item: PartialOrd<R::Item>Unstable
: needs review and revision
Returns a < b lexicographically (Using partial order, PartialOrd)