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