HybridHashMap.withCapacity

Make with room for storing at least minimumCapacity number of elements.

struct HybridHashMap(K, V = void, alias hasher = hashOf, string keyEqualPred = defaultKeyEqualPredOf!(K), Allocator = Mallocator, Options options = Options.init)
static
typeof(this)
withCapacity
()
(
in size_t minimumCapacity
)
if (
isAllocator!Allocator
)

See Also

Meta