kotlin-utils
/
loggersoft.kotlin.utils.graph
/
Graph
/
get
get
abstract operator fun
get
(value:
V
):
Vertex
<
V
,
E
>
Content copied to clipboard
Returns vertex by
value
.
Throws
kotlin.NoSuchElementException