import { ArrowGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/non-valued/interface/arrow/arrow-graph.ts";
Interfaces
A mutable | |
The ArrowGraph's Context instance that serves as a factory for all related immutable instances and builders. | |
A non-empty type-invariant immutable arrow (directed) graph. See the Graph documentation and the ArrowGraph API documentation | |
Utility interface that provides higher-kinded types for this collection. |
import { type ArrowGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/non-valued/interface/arrow/arrow-graph.ts";
An type-invariant immutable arrow (directed) graph. See the Graph documentation and the ArrowGraph API documentation
import { ArrowGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/non-valued/interface/arrow/arrow-graph.ts";