pub fn partition_equivs<I, A>(coll: I) -> Vec<HashSet<A>>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
where
    I: IntoIterator<Item = (A, A)>,
    A: Hash + Eq
Expand description

generate equivalence classes from equivalencies.