Constructor.
Minimum number of buckets.
Allocator.
Precondition: allocator !is null.
auto set = Set!int(5); assert(set.capacity == 7);
See Implementation
Constructor.