pub type DiGraphAEL = AdjacencyEdgeDict<{ _ }>;
Expand description
Dense adjacency list, edge-first directed graph
Aliased Typeยง
pub struct DiGraphAEL { /* private fields */ }
pub type DiGraphAEL = AdjacencyEdgeDict<{ _ }>;
Dense adjacency list, edge-first directed graph
pub struct DiGraphAEL { /* private fields */ }