Searched defs:HeightCalc (Results 1 – 1 of 1) sorted by relevance
143 pub struct HeightCalc<'a, X: Copy + Hash + Eq> { struct144 uf: &'a UnionFind<X>,145 downward_edges: Vec<Vec<usize>>,148 impl<'a, X: Copy + Hash + Eq> HeightCalc<'a, X> { implementation