Function core::iter::order::ge [] [src]

pub fn ge<L: Iterator, R: Iterator>(a: L, b: R) -> bool where L::Item: PartialOrd<R::Item>
Deprecated since 1.4.0

: use the equivalent methods on Iterator instead

Returns a >= b lexicographically (Using partial order, PartialOrd)