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