Function core::iter::order::gtUnstable [-] [+] [src]

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

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