Module union_find
rustc_
data_
structures
1.92.0-beta.1
(3b4dd9bf1 2025-10-28)
Module union_
find
Module Items
Structs
In crate rustc_
data_
structures
rustc_data_structures
Module
union_
find
Copy item path
Source
Structs
ยง
Union
Find
Simple implementation of a union-find data structure, i.e. a disjoint-set forest.
Union
Find
Entry
๐