pub fn delete<P, G>(graph: &mut G)where
P: PointInterface,
G: GraphInterface<P>,Expand description
Completely removes the nodes returned by graph.cemetery() from a Graph that implements the GraphInterface trait.
pub fn delete<P, G>(graph: &mut G)where
P: PointInterface,
G: GraphInterface<P>,Completely removes the nodes returned by graph.cemetery() from a Graph that implements the GraphInterface trait.