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>Compare a and b for equality using Eq