toggle menu
kotlin-stdlib-project
0.1.1-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib.graph
/
Graph
/
Edge
/
Edge
Edge
constructor
(
source
:
Pair
<
Int
,
T
>
,
destination
:
Pair
<
Int
,
T
>
)
constructor
(
source
:
Graph.Vertex
<
T
>
,
destination
:
Graph.Vertex
<
T
>
)