pub fn periphery<G>(graph: &G) -> Option<Vec<G::Node>>where G: IndexUndirectedGraphView,
Returns all peripheral nodes of a connected graph.