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