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