DirectedGraph: Readonly<{
    vertices: IMapImmutable<string, Collections.Graphs.Directed.Vertex>;
}>

Directed graph. Immutable.

Consists of vertices, which all have zero or more outgoing Edges.