Returns the value for the passed key in the internal associative array.
Key.
The value for the key key.
RehashingAA!(int[string]) aa; aa["abc"] = 123; writeln(aa["abc"]); // 123
Returns the value for the passed key in the internal associative array.