effect-io-ai

Package: effect
Module: Graph

Graph.MutableUndirectedGraph

Mutable undirected graph type alias.

Signature

type MutableUndirectedGraph<N, E> = MutableGraph<N, E, "undirected">

Source

Since v3.18.0