Function std::iter::order::gtExperimental
[-]
[+]
[src]
pub fn gt<A: PartialOrd<A>, T: Iterator<A>, S: Iterator<A>>(a: T, b: S) -> bool
Return a
> b
lexicographically (Using partial order, PartialOrd
)