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