graphOf

fun <V : Any, E : Any> graphOf(vararg edges: Edge<V, E>): Graph<V, E>

Creates a mutable graph by edges.