import { type EdgeGraphBase } from "https://deno.land/x/rimbu@0.13.5/graph/custom/index.ts";
const { Types } = EdgeGraphBase;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: EdgeGraphBase<this["_N"]>readonly
nonEmpty: EdgeGraphBase.NonEmpty<this["_N"]>readonly
context: EdgeGraphBase.Context<this["_N"]>readonly
builder: EdgeGraphBase.Builder<this["_N"]>