pub type UnionFindHashMap<K> = UnionFind<HashMap<K, Cell<K>>>;
std::collections::HashMap-backed UnionFind lattice.
std::collections::HashMap
UnionFind
pub struct UnionFindHashMap<K>(/* private fields */);