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

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

: needs review and revision

Returns a`a<=` <= b`blexicographically (Using partial order,PartialOrd`)