[][src]Type Definition rs_graph::Net

type Net = LinkedListGraph<u32>;

The default graph type.

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