Skip to main content
Module

x/rimbu/mod.ts>EdgeValuedGraph.NonEmpty

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface EdgeValuedGraph.NonEmpty
implements [EdgeValuedGraphBase.NonEmpty]<N, V, EdgeValuedGraph.Types>, Omit<EdgeValuedGraph<N, V>, keyof EdgeValuedGraphBase.NonEmpty<any, any, any>>, [Streamable.NonEmpty]<ValuedGraphElement<N, V>>
import { type EdgeValuedGraph } from "https://deno.land/x/rimbu@0.14.0/mod.ts";
const { NonEmpty } = EdgeValuedGraph;

A non-empty type-invariant immutable valued edge (undirected) graph. See the Graph documentation and the EdgeValuedGraph API documentation

Methods

Returns a non-empty Stream containing all entries of this collection as tuples of key and value.