rehash

Reorganizes the associative array in place so that lookups are more efficient.

T
rehash
(
T : Value[Key]
Value
Key
)
(
T aa
)

Parameters

aa
Type: T

The associative array.

Return Value

Type: T

The rehashed associative array.

Suggestion Box / Bug Report