fn reserve_entries<K, V>( entries: &mut Vec<Bucket<K, V>>, additional: usize, try_capacity: usize, )
Reserve entries capacity, rounded up to match the indices (via try_capacity).
try_capacity