button.edge

Members

Structs

Edge
struct Edge(From, To)
struct Edge(From, To, Data)

An edge. Because the graph must be bipartite, an edge can never connect two vertices of the same type.

Meta

Authors

Jason White