fn riding_pins(
indexed: &IndexedDocument<'_>,
members: &[Shape],
) -> HashSet<PinId>Expand description
The pins that ride a move: a moved block carries its whole boundary, and a moved port is one pin of its own.
fn riding_pins(
indexed: &IndexedDocument<'_>,
members: &[Shape],
) -> HashSet<PinId>The pins that ride a move: a moved block carries its whole boundary, and a moved port is one pin of its own.