Skip to main content
Module

x/rimbu/mod.ts>VariantTable.Types

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

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

Properties

readonly
normal: VariantTable<this["_R"], this["_C"], this["_V"]>
readonly
nonEmpty: VariantTable.NonEmpty<this["_R"], this["_C"], this["_V"]>