effect-io-ai

Package: effect
Module: Graph

Graph.EdgeIndex

Edge index for edge identification using plain numbers.

When to use

Use when you need to keep the identifier for a graph edge so you can later read, update, remove, or compare that edge.

Gotchas

An EdgeIndex is an identifier, not an array offset. Removed edge identifiers are not reused.

See

Signature

type EdgeIndex = number

Source

Since v3.18.0