effect-io-ai

Package: effect
Module: Graph

Graph.EdgeWalker

Type alias for edge iteration using Walker. EdgeWalker is represented as Walker<EdgeIndex, Edge>.

When to use

Use to type helpers or parameters that consume edge iterators returned by Graph APIs, where each item is keyed by an EdgeIndex and carries the full Edge.

See

Signature

type EdgeWalker<E> = Walker<EdgeIndex, Edge<E>>

Source

Since v3.18.0