Function redox::iter::order::eq
[−]
[src]
pub fn eq<L, R>(a: L, b: R) -> bool where L: Iterator, R: Iterator, L::Item: PartialEq<R::Item>
Deprecated since 1.4.0
: use the equivalent methods on Iterator
instead
Compare a
and b
for equality (Using partial equality, PartialEq
)