Package: effect
Module: Graph
Represents edge data containing source, target, and user data.
When to use
Use as the graph edge value that carries source node, target node, and stored edge data together.
See
getEdge for reading a single edge by identifieraddEdge for adding edges to a graphedges for iterating graph edgesSignature
declare class Edge<E>
Since v3.18.0