Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/table/custom/index.ts>VariantTableBase.Types

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

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

Properties

readonly
normal: VariantTableBase<this["_R"], this["_C"], this["_V"]>
readonly
nonEmpty: VariantTableBase.NonEmpty<this["_R"], this["_C"], this["_V"]>
readonly
row: VariantMap<this["_C"], this["_V"]>
readonly
rowNonEmpty: VariantMap.NonEmpty<this["_C"], this["_V"]>
readonly
rowMap: VariantMap<this["_R"], VariantMap.NonEmpty<this["_C"], this["_V"]>>
readonly
rowMapNonEmpty: VariantMap.NonEmpty<this["_R"], VariantMap.NonEmpty<this["_C"], this["_V"]>>