Hyperlinkv0.8.0-beta.28

Graph

Graph.Kindtypeeffect/Graph.ts:109
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.

Source effect/Graph.ts:1091 lines
export type Kind = "directed" | "undirected"
Referenced by 47 symbols