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