Type Definition rs_graph::Net [] [src]

type Net = LinkedListGraph<u32>;

The default graph type.

A linked-list graph with up to 231 nodes and edges.