RehashingAA.opCast

Allows for casting this into the base associative array type.

struct RehashingAA(K, V)
inout
opCast
(
T : V[K]
)
()

Parameters

T

Type to cast to, here the same as the type of aa.

Return Value

Type: auto

The internal associative array.

Meta