Skip to main content
Module

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

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

Methods

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

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

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

Returns the default context for this type of graph.