import { TableEmpty } from "https://deno.land/x/rimbu@0.14.0/table/custom/implementation/base.ts";
Methods
addEntries(entries: StreamSource<readonly [R, C, V]>): WithRow<Tp, R, C, V>["normal"] | any
hasRowKey(): false
hasValueAt(): false
removeAndGet(): undefined
removeRowAndGet(): undefined
streamRows(): Stream<R>
streamValues(): Stream<V>
toString(): string