Function std::iter::order::equals
[−]
[src]
pub fn equals<A, L, R>(a: L, b: R) -> bool where R: Iterator<Item=A>, L: Iterator<Item=A>, A: Eq
Unstable
: needs review and revision
Compare a
and b
for equality using Eq