Function std::iter::order::gt [] [src]

pub fn gt<L, R>(a: L, b: R) -> bool where R: Iterator, L: Iterator, 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)