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

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

: needs review and revision

Returns a`a>` > b`blexicographically (Using partial order,PartialOrd`)