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