pub type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;
Expand description
A MatrixGraph
with undirected edges.
Aliased Typeยง
struct UnMatrix<N, E, Null = Option<E>, Ix = u16> { /* private fields */ }
pub type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;
A MatrixGraph
with undirected edges.
struct UnMatrix<N, E, Null = Option<E>, Ix = u16> { /* private fields */ }