[−][src]Type Definition petgraph::graphmap::DiGraphMap
type DiGraphMap<N, E> = GraphMap<N, E, Directed>;
A GraphMap
with directed edges.
For example, an edge from 1 to 2 is distinct from an edge from 2 to 1.
type DiGraphMap<N, E> = GraphMap<N, E, Directed>;
A GraphMap
with directed edges.
For example, an edge from 1 to 2 is distinct from an edge from 2 to 1.