Kevlar
2.0.13
common
kollections-interoperable
/
kollections
/
buildDirectedGraph
build
Directed
Graph
inline
fun
<
N
,
E
>
buildDirectedGraph
(
vararg
nodes
:
N
,
builder
:
MutableGraph
<
N
,
E
>
.
(
)
->
Unit
)
:
MutableGraph
<
N
,
E
>