Package: effect Module: Graph
effect
Graph
Immutable graph interface.
Signature
export interface Graph<out N, out E, T extends Kind = "directed"> extends Proto<N, E> { readonly type: T readonly mutable: false }
Source
Since v3.18.0