Function std::iter::order::geUnstable [-] [+] [src]

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

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