Type Alias lattices::union_find::UnionFindVec

source ·
pub type UnionFindVec<K> = UnionFind<VecMap<K, Cell<K>>>;
Expand description

Vec-backed UnionFind lattice.

Aliased Type§

struct UnionFindVec<K>(/* private fields */);