Package: effect Module: Graph
effect
Graph
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