RehashingAA.aaOf

Returns the internal associative array, for when the wrapper is insufficient.

struct RehashingAA(AA : V[K], V, K)
ref inout
aaOf
()

Return Value

Type: auto ref

The internal associative array.

Examples

RehashingAA!(int[string]) aa;
static assert(is(typeof(aa.aaOf) == int[string]));