directedGraphOf

fun <N, E> directedGraphOf(vararg nodes: N): MutableGraph<N, E>