Function std::iter::order::gt
[−]
[src]
pub fn gt<L, R>(a: L, b: R) -> bool where L: Iterator, R: Iterator, L::Item: PartialOrd<R::Item>
Unstable
: needs review and revision
Returns a
`a>
` > b
`blexicographically (Using partial order,
` lexicographically (Using partial order, PartialOrd
`PartialOrd`)