import { TableBuilder } from "https://deno.land/x/rimbu@0.13.5/table/custom/index.ts";
Properties
addEntries: (source: StreamSource<readonly [R, C, V]>) => boolean
build: () => TpR["normal"]
forEach: (f: () => void, state?: TraverseState) => void
removeRows: <UR>(rows: StreamSource<RelatedTo<R, UR>>) => boolean