aa.remove(key) array operation, wrapped in a mutex lock.
Key.
Whatever aa.remove(key) returns.
MutexedAA!(string[int]) aa; aa.setup(); // important! aa[1] = "one"; assert(aa.has(1)); aa.remove(1); assert(!aa.has(1));
aa.remove(key) array operation, wrapped in a mutex lock.