Type Definition rs_graph::Net

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

The default graph type.

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