Function mithril_common::test_utils::equivalent_to

source ยท
pub fn equivalent_to<T, I1, I2>(a: I1, b: I2) -> bool
where T: PartialEq + Ord, I1: IntoIterator<Item = T> + Clone, I2: IntoIterator<Item = T> + Clone,
Expand description

Compare two iterators ignoring the order