package @rimbu/table/sorted-row
The @rimbu/table/sorted-row
package provides tables with sorted row key implementations.
See the Rimbu docs Table page for more information.
Interfaces
Name | Description |
---|---|
SortedTableHashColumn<R,C,V> | 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 SortedTableHashColumn API documentation |
SortedTableSortedColumn<R,C,V> | 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 |
Namespaces
Name | Description |
---|---|
SortedTableHashColumn | 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 SortedTableHashColumn API documentation |
SortedTableSortedColumn | 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 |