Re-exports§
pub use disjoint_set::DisjointSet;
Modules§
- disjoint_
set - A generic disjoint-set (union-find) data structure.
Type Aliases§
- FxIndex
Map IndexMapkeyed with the fastFxHasher(rustc-hash) instead of the default SipHash.- FxIndex
Set IndexSetkeyed with the fastFxHasher(rustc-hash) instead of the default SipHash.