Function core::iter::order::eqExperimental
[-]
[+]
[src]
pub fn eq<A, B, L, R>(a: L, b: R) -> bool where A: PartialEq<B>, L: Iterator<A>, R: Iterator<B>
Compare a
and b
for equality (Using partial equality, PartialEq
)