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