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

pub fn equals<A, L, R>(a: L, b: R) -> bool where L: Iterator<Item=A>, A: Eq, R: Iterator<Item=A>
Unstable (iter_order #27737)

: needs review and revision

[]

Compare a and b for equality using Eq