Type Alias bevy_internal::utils::petgraph::stable_graph::StableDiGraph
source · pub type StableDiGraph<N, E, Ix = u32> = StableGraph<N, E, Directed, Ix>;
Expand description
A StableGraph
with directed edges.
For example, an edge from 1 to 2 is distinct from an edge from 2 to 1.
Aliased Type§
struct StableDiGraph<N, E, Ix = u32> { /* private fields */ }