Function core::iter::order::neExperimental
[-]
[+]
[src]
pub fn ne<A, B, L, R>(a: L, b: R) -> bool where A: PartialEq<B>, L: Iterator<A>, R: Iterator<B>Compare a and b for nonequality (Using partial equality, PartialEq)