Set.maxBucketCount

The maximum number of buckets the container can have.

struct Set(T, alias hasher = hash)
enum size_t maxBucketCount;

Meta