UnionFindVec

Type Alias UnionFindVec 

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

Vec-backed UnionFind lattice.

Aliased Typeยง

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