removeEdges

open fun removeEdges(startFrom: V, endWith: V): Int

Removes all edges between startFrom and endWith.

Return

total number of removed edges.

Throws