excludeEdgesTo

fun excludeEdgesTo(targetVertex: Vertex)

Remove all edges from the graph which terminate at the given vertex. Fail if the vertex is not present in the graph.

Parameters

targetVertex

The target vertex of the edges to exclude.