HashMap.this

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

struct HashMap(K, V, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
this
()

Meta