Function std::iter::order::ltUnstable
[-] [+]
[src]
pub fn lt<R, L>(a: L, b: R) -> bool where L: Iterator, R: Iterator, L::Item: PartialOrd<R::Item>Returns a < b lexicographically (Using partial order, PartialOrd)