AdjacencyList.removeEdge

Removes an edge from the graph.

struct AdjacencyList(alias VertexStorage = VecS, alias EdgeStorage = VecS, Directionality = DirectedS, VertexProperty = NoProperty, EdgeProperty = NoProperty)
void
removeEdge

Meta