(change: NodeId, pos: u64)
| 444 | } |
| 445 | |
| 446 | fn make_internal_position(change: NodeId, pos: u64) -> Position<NodeId> { |
| 447 | Position { |
| 448 | change, |
| 449 | pos: ChangePosition::new(pos), |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | fn make_internal_vertex(change: NodeId, start: u64, end: u64) -> GraphNode<NodeId> { |
| 454 | GraphNode { |
no outgoing calls