removeEdge

fun removeEdge(edge: E)

Remove an edge from the graph. The edge must be present in the graph.

Parameters

edge

The edge to remove.