pub type UnionFindArrayMap<K, const N: usize> = UnionFind<ArrayMap<K, Cell<K>, N>>;
Array-backed UnionFind lattice.
UnionFind
pub struct UnionFindArrayMap<K, const N: usize>(/* private fields */);