tanya.container.hashtable

Hash table.

Members

Structs

ByKey
struct ByKey(T)

Bidirectional range iterating over the key of a $(D_PSYMBOL HashTable).

ByValue
struct ByValue(T)

Bidirectional range iterating over the key of a $(D_PSYMBOL HashTable).

HashTable
struct HashTable(Key, Value, alias hasher = hash)

Hash table is a data structure that stores pairs of keys and values without any particular order.

Range
struct Range(T)

Bidirectional range whose element type is a tuple of a key and the respective value.

Meta