pub type PotentializedUnionFind<P> = UnionFindBase<UnionBySize, PathCompression, (), P, ()>;Aliased Type§
pub struct PotentializedUnionFind<P> {
cells: Vec<UfCell<UnionBySize, (), P>>,
merger: (),
history: (),
_marker: PhantomData<fn() -> PathCompression>,
}Fields§
§cells: Vec<UfCell<UnionBySize, (), P>>§merger: ()§history: ()§_marker: PhantomData<fn() -> PathCompression>