lu
Dlang.org
RehashingAA._lengthAtLastRehash
lu
container
RehashingAA
The number of keys (and length of the array) when the last rehash took place. Private value.
struct
RehashingAA
(AA : V[K], V, K)
private
size_t
_lengthAtLastRehash
;
lu
container
RehashingAA
constructors
this
functions
aaOf
byKey
byKeyValue
byValue
clear
dup
get
keys
length
maybeRehash
newKeysSinceLastRehash
numRehashes
opAssign
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opIndexOpAssign
opIndexUnary
rehash
remove
require
uniqueKey
update
values
variables
_lengthAtLastRehash
_newKeysSinceLastRehash
_numRehashes
aa
minimumNeededForRehash
onRehashDg
rehashThresholdMultiplier
The number of keys (and length of the array) when the last rehash took place. Private value.