Type Definition petgraph::graph::DefaultIx
[−]
[src]
type DefaultIx = u32;
The default integer type for node and edge indices in Graph
.
u32
is the default to reduce the size of the graph's data and improve
performance in the common case.