Companion

object Companion

Functions

Link copied to clipboard
fun <T> of(vararg elements: GraphNode<T>): MultiGraph<T>
fun <T> of(elements: Iterable<GraphNode<T>>): MultiGraph<T>