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