Alias HashTable.KeyValue

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

struct HashTable
{
  // ...
  alias KeyValue = HashArray.Bucket.KV;
  // ...
}