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