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

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

: needs review and revision

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