Constructor.
Convenience type alias for subclasses.
Removes all elements from all buckets.
Removes all elements from all buckets.
Removes all elements from all buckets and sets the values to val_init if val_init is not empty.
Get the length of the buckets.
Changes the number of buckets to the lowest power of 2 that results in a load factor of at least load_factor with the current number of elements.
Changes the number of buckets to 2 ^ exp2.
Calculates the lowest exponent of 2 so that a power of 2 with this exponent is at least n / load_factor.
Bucket element allocator.
Map and and bucket statistics like the map length or the number of buckets.
Generic BucketSet base class