RehashingAA.rehash

Rehashes the internal associative array, bumping the rehash counter and zeroing the keys-added counter. Additionally invokes the onRehashDg delegate.

struct RehashingAA(K, V)
ref
rehash
()

Return Value

Type: auto ref

A reference to the rehashed internal array.

Meta