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