Type Definition petgraph::adj::NodeIndex

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

Adjacency list node index type, a plain integer.

Trait Implementations§