effect-io-ai

Package: effect
Module: Graph

Graph.DirectedGraph

Directed graph type alias.

Signature

type DirectedGraph<N, E> = Graph<N, E, "directed">

Source

Since v3.18.0