Skip to main content
Module union_find
rustc_
data_
structures
1.98.1
(48a229cea 2026-09-01)
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
๐