Package: effect Module: Graph
effect
Graph
Directed graph type alias.
Signature
type DirectedGraph<N, E> = Graph<N, E, "directed">
Source
Since v3.18.0