Alias HashTable.ByValue

The range types for HashTable.

struct HashTable
{
  // ...
  alias ByValue = HashTable.ByValue!HashArray;
  // ...
}