pub fn remap_output_ids(
output: &[DynIndex],
uf: &mut AxisUnionFind,
) -> Vec<DynId>Expand description
Remap output IDs using the union-find structure.
pub fn remap_output_ids(
output: &[DynIndex],
uf: &mut AxisUnionFind,
) -> Vec<DynId>Remap output IDs using the union-find structure.