import { type Table } from "https://deno.land/x/rimbu@0.13.5/table/main/interface/generic.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