import { type Graph } from "https://deno.land/x/rimbu@0.13.1/core/menu/menu.ts";
const { NonEmpty } = Graph.NonValued.Arrow.Hashed;
A non-empty type-invariant immutable valued arrow (directed) graph. The connections are internally maintained using hashed collections See the Graph documentation and the ArrowGraphHashed API documentation
Methods
stream(): Stream.NonEmpty<GraphElement<N>>
Returns a non-empty Stream
containing all graph elements of this collection as single tuples for isolated nodes
and 2-valued tuples of nodes for connections.