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