Function std::iter::order::gtUnstable
[-] [+]
[src]
pub fn gt<L, R>(a: L, b: R) -> bool where L: Iterator, R: Iterator, L::Item: PartialOrd<R::Item>
Returns a
> b
lexicographically (Using partial order, PartialOrd
)