Edge

An edge in a graph.

struct Edge (
V
) {
V from;
V to;
}

Meta