FlatHashMap.reserveExtra

Reserve rom for extraCapacity number of extra buckets.

struct FlatHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, bool borrowChecked = false, bool useSmallLinearSearch = true, bool usePrimeCapacity = false)
void
reserveExtra
(
in size_t extraCapacity
)
if (
isAllocator!Allocator
)

Meta