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