HashSet.this

Constructs a HashSet with an initial bucket count of bucketCount. bucketCount must be a power of two.

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

Meta