mutable Graph Of
Creates an empty mutable graph.
fun <V : Any, E : Any> mutableGraphOf(vararg values: V): MutableGraph<V, E>
Content copied to clipboard
Creates a mutable graph with vertexes.
Creates an empty mutable graph.
Creates a mutable graph with vertexes.