import { TableBase } from "https://deno.land/x/rimbu@1.0.2/table/custom/interface/base.ts";
Interfaces
Utility interface that provides higher-kinded types for this collection. |
import { type TableBase } from "https://deno.land/x/rimbu@1.0.2/table/custom/interface/base.ts";
Methods
Returns the collection where the given value
is associated with the given row
and
column
keys.
Returns the collection with the given entry
added.
Returns the collection with the given entries
added.
Returns the collection with the value at given row
and column
keys modified according to given options
.