pub fn equivalent_to<T, I1, I2>(a: I1, b: I2) -> boolwhere T: PartialEq + Ord, I1: IntoIterator<Item = T> + Clone, I2: IntoIterator<Item = T> + Clone,
Compare two iterators ignoring the order