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