Skip to main content

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

NameDescription
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

NameDescription
HashTableHashColumnA 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
HashTableSortedColumnA 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