effect-io-ai

Package: effect
Module: Graph

Graph.MutableUndirectedGraph

Mutable undirected graph type alias.

When to use

Use when annotating a temporary graph value that can be changed in place and whose edges connect both endpoints without direction.

See

Signature

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

Source

Since v3.18.0