EdgeList typedef

EdgeList = Set<Edge>

A description of the topology of a graph.

Lists each Edge of the graph.

en.wikipedia.org/wiki/Edge_list

Implementation

typedef EdgeList = Set<Edge>;