Type Alias lattices::union_find::UnionFindArrayMap
source · pub type UnionFindArrayMap<K, const N: usize> = UnionFind<ArrayMap<K, Cell<K>, N>>;
Expand description
Array-backed UnionFind
lattice.
Aliased Type§
struct UnionFindArrayMap<K, const N: usize>(/* private fields */);