effect-io-ai

Package: effect
Module: Graph

Graph.NodeWalker

Type alias for node iteration using Walker. NodeWalker is represented as Walker<NodeIndex, N>.

Signature

type NodeWalker<N> = Walker<NodeIndex, N>

Source

Since v3.18.0