> Sent: Tuesday, June 24, 2014 at 11:12 AM
> From: "Mark Isaacson via Digitalmars-d-learn"
>
> To: digitalmars-d-learn@puremagic.com
> Subject: How to free memory of an associative array
>
> How can I free the memory used by an associative array?
>
> I ne
How can I free the memory used by an associative array?
I need to be able to reuse the same array, but set it to an empty
state and free up the memory it used previously.
I do not believe that setting the associative array to null is
sufficient to free the memory, as it is possible that someone