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