Skip to main content
Module

x/rimbu/mod.ts>VariantTable

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

Interfaces

A non-empty type-variant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the VariantTable API documentation

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

interface VariantTable
import { type VariantTable } from "https://deno.land/x/rimbu@0.14.0/mod.ts";

A type-variant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the VariantTable API documentation