Set the desired number of buckets in the hash table. Any value greater than or equal to one is OK.
If different than current buckets, causes a version change
Time complexity: O(n)
See Implementation
Set the desired number of buckets in the hash table. Any value greater than or equal to one is OK.
If different than current buckets, causes a version change
Time complexity: O(n)