Expand description

A disjoint-sets/union-find implementation of a vector partitioned in sets.

Structs

An iterator over all sets in a PartitionVec<T>.
An iterator over all sets in a PartitionVec<T> that allows mutating elements.
A disjoint-sets/union-find implementation of a vector partitioned in sets.
An iterator over a set in a PartitionVec<T>.
An iterator over a set in a PartitionVec<T> that allows mutating elements.