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