pub fn assert_equivalent<T, I1, I2>(a: I1, b: I2)where
T: PartialEq + Ord + Debug,
I1: IntoIterator<Item = T> + Clone,
I2: IntoIterator<Item = T> + Clone,
Expand description
Assert that two iterators are equivalent
pub fn assert_equivalent<T, I1, I2>(a: I1, b: I2)where
T: PartialEq + Ord + Debug,
I1: IntoIterator<Item = T> + Clone,
I2: IntoIterator<Item = T> + Clone,
Assert that two iterators are equivalent