interface ArrowValuedGraph.NonEmpty
implements [ArrowValuedGraphBase.NonEmpty]<N, V, ArrowValuedGraph.Types>, Omit<ArrowValuedGraph<N, V>, keyof ArrowValuedGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type ArrowValuedGraph } from "https://deno.land/x/rimbu@0.13.5/graph/main/valued/interface/arrow/arrow-valued-graph.ts";
const { NonEmpty } = ArrowValuedGraph;
A non-empty type-invariant immutable valued arrow (directed) graph. See the Graph documentation and the ArrowValuedGraph API documentation
Methods
stream(): Stream.NonEmpty<ValuedGraphElement<N, V>>
Returns a non-empty Stream containing all entries of this collection as tuples of key and value.