Skip to main content
Module

x/rimbu/graph/custom/index.ts>ArrowValuedGraphSortedCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface ArrowValuedGraphSortedCreators
implements [ValuedGraphBase.Factory]<ArrowValuedGraphSorted.Types>
import { type ArrowValuedGraphSortedCreators } from "https://deno.land/x/rimbu@0.14.0/graph/custom/index.ts";

Methods

createContext<UN>(options?: { linkMapContext?: SortedMap.Context<UN>; linkConnectionsContext?: SortedMap.Context<UN>; }): ArrowValuedGraphSorted.Context<UN>

Returns a new ArrowValuedGraphSorted context instance based on the given options.

defaultContext<UN>(): ArrowValuedGraphSorted.Context<UN>

Returns the default context for this type of graph.