Skip to main content
Module

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

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

Methods

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

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

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

Returns the default context for this type of graph.