Skip to main content

reachable

Function reachable 

Source
pub fn reachable<G>(graph: &G, source: G::Node, target: G::Node) -> bool
where G: IndexGraphView,