interface EdgeValuedGraphBase.NonEmpty
implements [ValuedGraphBase.NonEmpty]<N, V, Tp>, Omit<EdgeValuedGraphBase<N, V, Tp>, keyof ValuedGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type EdgeValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.ts";
const { NonEmpty } = EdgeValuedGraphBase;
Methods
stream(): Stream.NonEmpty<ValuedGraphElement<N, V>>
Returns a non-empty Stream containing all entries of this collection as tuples of key and value.