DirectedGraph

constructor(out: MutableMap<V, MutableMap<V, E>> = mutableMapOf(), in: MutableMap<V, MutableSet<V>> = mutableMapOf())(source)