Module union_find
rustc_
data_
structures
1.91.0-nightly
(1ed3cd703 2025-09-06)
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
๐