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