interface EdgeGraph<N>
A type-invariant immutable edge (undirected) graph. See the Graph documentation and the EdgeGraph API documentation
Companion namespace: EdgeGraph
Implemented by: EdgeGraph.NonEmpty<N>
Type parameters
| Name | Description |
|---|---|
| N | the node type |