HashTable.maxBucketCount

The maximum number of buckets the container can have.

struct HashTable(Key, Value, alias hasher = hash)
enum size_t maxBucketCount;

Meta