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

pub fn equals<A, L, R>(a: L, b: R) -> bool where A: Eq, L: Iterator<Item=A>, R: Iterator<Item=A>
Deprecated since 1.4.0

: use the equivalent methods on Iterator instead

Compare a and b for equality using Eq