Rehashes the internal associative array.
A reference to the rehashed internal array.
MutexedAA!(string[int]) aa; aa.setup(); // important! aa[1] = "one"; aa[2] = "two"; aa.rehash();
Rehashes the internal associative array.