Alias HashTable.ByKey

The range types for HashTable.

struct HashTable
{
  // ...
  alias ByKey = HashTable.ByKey!(const(HashArray));
  // ...
}