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