import { type ValuedGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/valued/interface/generic/valued-graph-base.ts";
const { Context } = ValuedGraphBase;
Type Parameters
optional
Tp extends ValuedGraphBase.Types = ValuedGraphBase.TypesProperties
readonly
_fixedType: UNreadonly
linkMapContext: WithGraphValues<Tp, UN, unknown>["linkMapContext"]The context
instance used to create internal link maps
readonly
linkConnectionsContext: WithGraphValues<Tp, UN, unknown>["linkConnectionsContext"]The context
instance used to create internal connection maps