package @rimbu/table/hash-row
The @rimbu/table/hash-row
package provides tables with hashed row key implementations.
See the Rimbu docs Table page for more information.
Interfaces
Name | Description |
---|---|
HashTableHashColumn<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 HashTableHashColumn API documentation |
HashTableSortedColumn<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 HashTableSortedColumn API documentation |
Namespaces
Name | Description |
---|---|
HashTableHashColumn | 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 HashTableHashColumn API documentation |
HashTableSortedColumn | 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 HashTableSortedColumn API documentation |