Performs a unary operation on a value in the internal associative array.
Unary operation as a string.
Key.
The result of the operation.
RehashingAA!(int[string]) aa; aa["abc"] = 123; writeln(-aa["abc"]); // -123
Performs a unary operation on a value in the internal associative array.