interface ValuedGraph.NonEmpty
implements [ValuedGraphBase.NonEmpty]<N, V, ValuedGraph.Types>, Omit<ValuedGraph<N, V>, keyof ValuedGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type ValuedGraph } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
const { NonEmpty } = ValuedGraph;
A non-empty type-invariant immutable valued graph. See the Graph documentation and the ValuedGraph API documentation
Methods
stream(): Stream.NonEmpty<ValuedGraphElement<N, V>>