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