Type Definition bevy::utils::petgraph::matrix_graph::DiMatrix

source ·
pub type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;
Expand description

A MatrixGraph with directed edges.