Implements unary operations by mixin strings.
Operation, here a unary operator.
Key.
The result of the operation.
MutexedAA!(int[int]) aa; aa.setup(); // important! aa[1] = 42; assert(-aa[1] == -42);
Implements unary operations by mixin strings.