Skip to main content
Module

x/rimbu/mod.ts>Table.Types

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface Table.Types
implements [TableBase.Types]
import { type Table } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Types } = Table;

Utility interface that provides higher-kinded types for this collection.

Properties

readonly
normal: Table<this["_R"], this["_C"], this["_V"]>
readonly
nonEmpty: Table.NonEmpty<this["_R"], this["_C"], this["_V"]>
readonly
context: Table.Context<this["_R"], this["_C"]>
readonly
builder: Table.Builder<this["_R"], this["_C"], this["_V"]>