kotlin-utils
/
loggersoft.kotlin.utils.graph
/
MutableGraph
/
removeEdges
remove
Edges
open fun
removeEdges
(startFrom:
V
, endWith:
V
):
Int
Content copied to clipboard
Removes all edges between
startFrom
and
endWith
.
Return
total number of removed edges.
Throws
kotlin.NoSuchElementException