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