Digraph

A shorthand for a directed graph.

alias Digraph(Vertex) = BasicGraph!(Vertex, EdgeDirection.directed)

Meta