effect-io-ai

Package: effect
Module: Graph

Graph.MutableDirectedGraph

Mutable directed graph type alias.

Signature

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

Source

Since v3.18.0