Type Definition petgraph::adj::NodeIndex [−][src]
pub type NodeIndex<Ix = DefaultIx> = Ix;
Expand description
Adjacency list node index type, a plain integer.
pub type NodeIndex<Ix = DefaultIx> = Ix;
Adjacency list node index type, a plain integer.