kotlin-utils
/
loggersoft.kotlin.utils.graph
/
MutableGraph
/
addVertex
add
Vertex
abstract fun
addVertex
(value:
V
):
Vertex
<
V
,
E
>
Content copied to clipboard
Adds new vertex to graph by
value
.