effect-io-ai

Package: effect
Module: Graph

Graph.MutableDirectedGraph

Mutable directed graph type alias.

When to use

Use when annotating a temporary graph value that can be changed in place and whose edges have source-to-target direction.

See

Signature

type MutableDirectedGraph<N, E> = MutableGraph<N, E, "directed">

Source

Since v3.18.0