kotlin-utils
/
loggersoft.kotlin.utils.graph
/
MutableGraph
/
removeEdge
remove
Edge
abstract fun
removeEdge
(edge:
Edge
<
V
,
E
>)
Content copied to clipboard
Removes
edge
from the graph.
Throws
kotlin.NoSuchElementException