interface EdgeValuedGraphSorted.NonEmpty
implements [EdgeValuedGraphBase.NonEmpty]<N, V, EdgeValuedGraphSorted.Types>, Omit<EdgeValuedGraphSorted<N, V>, keyof EdgeValuedGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type EdgeValuedGraphSorted } from "https://deno.land/x/rimbu@1.2.0/core/mod.ts";
const { NonEmpty } = EdgeValuedGraphSorted;
A non-empty type-invariant immutable valued edge (undirected) graph. The nodes are internally maintained using SortedMaps See the Graph documentation and the EdgeValuedGraphSorted 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.