fn verify_intersection(map: &Map, r: RoadID, i: IntersectionID) -> bool
checks that an Intersection ID is connected to a RoadID. Returns true if connected, false otherwise.
true
false