StringCache.this - multiple declarations
Function StringCache.this
@disable ref this() pure nothrow @nogc;
Function StringCache.this
ref this
(
ulong bucketCount
) pure nothrow @nogc @trusted;
Parameters
Name | Description |
---|---|
bucketCount | the initial number of buckets. Must be a power of two |