Skip to main content
Module

x/rimbu/mod.ts>EdgeGraphSorted.NonEmpty

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

A non-empty type-invariant immutable valued edge (undirected) graph. The connections are internally maintained using sorted collections See the Graph documentation and the EdgeGraphSorted API documentation

Methods

Returns a non-empty Stream containing all graph elements of this collection as single tuples for isolated nodes and 2-valued tuples of nodes for connections.