Skip to main content
Module

x/rimbu/core/mod.ts>Table.Builder

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

A mutable Table builder used to efficiently create new immutable instances. See the Table documentation and the Table.Builder API documentation