Edge

data class Edge<T>(val source: Graph.Vertex<T>, val destination: Graph.Vertex<T>)

Constructors

Link copied to clipboard
constructor(source: Graph.Vertex<T>, destination: Graph.Vertex<T>)

Properties

Link copied to clipboard
Link copied to clipboard