of

fun <T> of(elements: Iterable<GraphNode<T>>): MultiGraph<T>
fun <T> of(vararg elements: GraphNode<T>): MultiGraph<T>