buildDirectedGraph

inline fun <N, E> buildDirectedGraph(vararg nodes: N, builder: MutableGraph<N, E>.() -> Unit): MutableGraph<N, E>