import { type TableBase } from "https://deno.land/x/rimbu@1.0.3/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.