pub const DEFAULT_CAPACITY: usize = (1 << 20) - 1; // 1_048_575usize
Expand description

The default number of buckets.