pub type UnionFindHashMap<K> = UnionFind<HashMap<K, Cell<K>>>;
Expand description

Aliased Type§

struct UnionFindHashMap<K>(/* private fields */);