Type Definition petgraph::adj::NodeIndex[][src]

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

Adjacency list node index type, a plain integer.

Trait Implementations