Type Alias lattices::union_find::UnionFindBTreeMap
source · pub type UnionFindBTreeMap<K> = UnionFind<BTreeMap<K, Cell<K>>>;
Expand description
std::collections::BTreeMap
-backed UnionFind
lattice.
Aliased Type§
struct UnionFindBTreeMap<K>(/* private fields */);