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