Module tanya.container.hashtable

Hash table.

Structs

NameDescription
ByKey Bidirectional range iterating over the key of a HashTable.
ByValue Bidirectional range iterating over the key of a HashTable.
HashTable Hash table is a data structure that stores pairs of keys and values without any particular order.
Range Bidirectional range whose element type is a tuple of a key and the respective value.