Returns the internal associative array, for when the wrapper is insufficient.
The internal associative array.
RehashingAA!(int[string]) aa; static assert(is(typeof(aa.aaOf) == int[string]));
Returns the internal associative array, for when the wrapper is insufficient.