Type Alias rs_graph::Net

source ·
pub type Net = VecGraph<u32>;
Expand description

The default graph type.

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