RehashingAA.maybeRehash

Bumps the internal counter of new keys since the last rehash, and depending on the resulting value of it, maybe rehashes.

struct RehashingAA(K, V)
maybeRehash
()

Return Value

Type: auto

true if the associative array was rehashed; false if not.

Meta