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