Function mithril_common::test_utils::assert_equivalent
source ยท 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