HashTable.KeyValue

Type of the key-value pair stored in the hash table.

struct HashTable(Key, Value, alias hasher = hash)
alias KeyValue = HashArray.Bucket.KV

Meta