Type Alias bevy::utils::petgraph::adj::NodeIndex

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

Adjacency list node index type, a plain integer.