December 07, 2011
Is D associative array  thread safe, and  will it relocate memory when add or delete a value?

Where I can find the implemention.
December 07, 2011
On 2011-Dec-07 02:17:17+00:00, raojm wrote:
> Is D associative array  thread safe, and  will it relocate memory when
> add or delete a value?
> Where I can find the implemention.
Phobos and druntime are on GitHub, you can always check out the source...