RehashingAA.aaOf

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

struct RehashingAA(K, V)
inout
inout(V[K])
aaOf
()

Return Value

Type: inout(V[K])

The internal associative array.

Meta