fn bucket_mask_to_capacity(bucket_mask: usize) -> usize
Expand description

Returns the maximum effective capacity for the given bucket mask, taking the maximum load factor into account.