Constructor.
Allocator.
Precondition: allocator !is null.
auto hashTable = HashTable!(string, int)(5); assert(hashTable.capacity == 7);
See Implementation
Constructor.