Type Definition petgraph::graph::DefaultIx[][src]

type DefaultIx = u32;

The default integer type for graph indices. u32 is the default to reduce the size of the graph's data and improve performance in the common case.

Used for node and edge indices in Graph and StableGraph, used for node indices in Csr.