LinkedHashMap.rehash

Reorganizes the LinkedHashMap in place so that lookups are more efficient, rehash is effective when, for example, the program is done loading up a symbol table and now needs fast lookups in it.

struct LinkedHashMap(Key, Value)
@trusted
void
rehash
()

Meta