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