import { type TableBase } from "https://deno.land/x/rimbu@0.13.1/table/custom/interface/base.ts";
const { NonEmpty } = TableBase;
Methods
Returns a non-empty Stream containing all entries of this collection as tuples of row key, column key, and value.
Returns the collection with the given entries
added.