Find root with path halving (every other node → grandparent).
(&mut self, mut node: usize)
| 64 | rank: Vec<usize>, |
| 65 | /// Reverse map: node index → composite key. |
| 66 | node_to_key: Vec<EqKey>, |
| 67 | } |
| 68 | |
| 69 | impl Default for EquivManager { |
| 70 | fn default() -> Self { |
| 71 | Self::new() |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | impl EquivManager { |
no outgoing calls
no test coverage detected