Skip to main content
Module

x/rimbu/mod.ts>SortedTableSortedColumn.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface SortedTableSortedColumn.Types
implements [TableBase.Types]
import { type SortedTableSortedColumn } from "https://deno.land/x/rimbu@0.13.1/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
rowNonEmpty: SortedMap.NonEmpty<this["_C"], this["_V"]>
readonly
rowMap: SortedMap<this["_R"], SortedMap.NonEmpty<this["_C"], this["_V"]>>
readonly
rowMapNonEmpty: SortedMap.NonEmpty<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"]>
readonly
rowContext: SortedMap.Context<this["_R"]>
readonly
columnContext: SortedMap.Context<this["_C"]>