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