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