Function core::iter::order::ne
[−]
[src]
pub fn ne<L: Iterator, R: Iterator>(a: L, b: R) -> bool where L::Item: PartialEq<R::Item>
Unstable
: needs review and revision
Compares a
and b
for nonequality (Using partial equality, PartialEq
)