Graph<V, E>.directed constructor

Graph<V, E>.directed({
  1. StorageStrategy<V>? vertexStrategy,
})

Constructs a directed graph.

Implementation

factory Graph.directed({StorageStrategy<V>? vertexStrategy}) = DirectedGraph;