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