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