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