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