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