https://issues.dlang.org/show_bug.cgi?id=14192
--- Comment #6 from Martin Nowak <[email protected]> --- A shared AA doesn't make too much sense BTW, because you'll need some additional synchronization mechanism if you want to modify it. And if you use a http://dlang.org/phobos/core_sync_rwmutex.html#.ReadWriteMutex for example you only need tail-shared for the value type. --
