DenseHashTable.HT_MIN_BUCKETS

Minimum size we're willing to let hashtables be. Must be a power of two, and at least 4. Note, however, that for a given hashtable, the initial size is a function of the first constructor arg, and may be >HT_MIN_BUCKETS.

class DenseHashTable(Value, Key, HashFcn, ExtractKey, SetKey, EqualKey)
enum size_t HT_MIN_BUCKETS;

Meta