Function core::iter::order::ltUnstable [-] [+] [src]

pub fn lt<R: Iterator, L: Iterator>(a: L, b: R) -> bool where L: PartialOrd<R>

Returns a < b lexicographically (Using partial order, PartialOrd)