Function core::iter::order::eq [] [src]

pub fn eq<L: Iterator, R: Iterator>(a: L, b: R) -> bool where L: PartialEq<R>
Unstable

: needs review and revision

Compare a`aand` and b`bfor equality (Using partial equality,` for equality (Using partial equality, PartialEq`PartialEq`)