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