Type Definition rs_graph::Net[][src]

type Net = VecGraph<u32>;

The default graph type.

A vector graph with up to 2^31 nodes and edges.