RehashingAA._lengthAtLastRehash

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;