Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Methods

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

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

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

Returns the default context for this type of graph.