Type Alias bevy::utils::petgraph::csr::NodeIndex

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

Csr node index type, a plain integer.