Type Alias bevy_internal::utils::petgraph::matrix_graph::NodeIndex
source · pub type NodeIndex<Ix = u16> = NodeIndex<Ix>;
Expand description
Node identifier.
Aliased Type§
struct NodeIndex<Ix = u16>(/* private fields */);