pub type NodeIndex<Ix = u32> = Ix;
Expand description

Adjacency list node index type, a plain integer.