Type Definition rs_graph::Net[][src]

type Net = LinkedListGraph<u32>;

The default graph type.

A linked-list graph with up to 2^31 nodes and edges.