aa[key] = value array assign operation, wrapped in a mutex lock.
Value.
Key.
The value assigned.
MutexedAA!(string[int]) aa; aa.setup(); // important! aa[1] = "one"; aa[2] = "two";
aa[key] = value array assign operation, wrapped in a mutex lock.