pub fn partition_equivs<I, A>(coll: I) -> Vec<HashSet<A>>
where I: IntoIterator<Item = (A, A)>, A: Hash + Eq,
Expand description

generate equivalence classes from equivalencies.