DenseHashTable.HT_DEFAULT_STARTING_BUCKETS

By default, if you don't specify a hashtable size at construction-time, we use this size. Must be a power of two, and at least HT_MIN_BUCKETS.

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

Meta