OpenHashSet.this

Initializes the hash set with the given initial capacity.

struct OpenHashSet(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
this

Parameters

initialCapacity size_t

the initial capacity for the hash set

Meta