Function conrod::utils::iter_eq[][src]

pub fn iter_eq<A, B>(a: A, b: B) -> bool where
    A: Iterator,
    B: Iterator<Item = A::Item>,
    A::Item: PartialEq

Compares two iterators to see if they yield the same thing.