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