pub fn print_routing_tree(selection: Selection, slice: &Slice)
Expand description
Prints the routing tree for a selection over a slice.
Traverses the routing structure from the root, printing each step
with indentation by dimension. Delivery points are marked with
✅
.