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

pub fn gt<A: PartialOrd, T: Iterator<A>, S: Iterator<A>>(a: T, b: S) -> bool

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