petgraph::graph::DefIndex
[−]
[src]
type DefIndex = 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.