Function core::iter::order::leUnstable
[-] [+]
[src]
pub fn le<L: Iterator, R: Iterator>(a: L, b: R) -> bool where L: PartialOrd<R>
Returns a
<= b
lexicographically (Using partial order, PartialOrd
)