import * as rimbu from "https://deno.land/x/rimbu@1.2.0/table/sorted-row/sorted-column/interface.ts";
Interfaces
A type-invariant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the SortedTableSortedColumn API documentation | |
A non-empty type-invariant immutable Table of row key type R, column key type C, and value type V. In the Table, a combination of a row and column key has exactly one value. See the Table documentation and the SortedTableSortedColumn API documentation | |
Utility interface that provides higher-kinded types for this collection. |