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