Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rimbu/core/menu/graph/valued/arrow.ts>Sorted.NonEmpty

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

A non-empty type-invariant immutable valued arrow (directed) graph. The nodes are internally maintained using SortedMaps See the Graph documentation and the ArrowValuedGraphSorted API documentation

Methods

stream(): Stream.NonEmpty<ValuedGraphElement<N, V>>

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