Type Alias Net

Source
pub type Net = VecGraph<u32>;
Expand description

The default graph type.

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

Aliased Typeยง

pub struct Net { /* private fields */ }