effect-io-ai

Package: effect
Module: Graph

Graph.Kind

Graph type for distinguishing directed and undirected graphs.

When to use

Use when writing graph-polymorphic types or helpers that need to preserve whether a graph is directed or undirected.

See

Signature

type Kind = "directed" | "undirected"

Source

Since v3.18.0