Alias HashTable.Range

The range types for HashTable.

struct HashTable
{
  // ...
  alias Range = Set.Range!HashArray;
  // ...
}