import { type VariantTable } from "https://deno.land/x/rimbu@0.14.1/table/mod.ts";
const { Types } = VariantTable;
Utility interface that provides higher-kinded types for this collection.
Properties
readonly
normal: VariantTable<this["_R"], this["_C"], this["_V"]>readonly
nonEmpty: VariantTable.NonEmpty<this["_R"], this["_C"], this["_V"]>