Function nannou::ui::utils::iter_eq[][src]

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

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