How to free memory of an associative array

2014-06-24 Thread Mark Isaacson via Digitalmars-d-learn
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

Re: How to free memory of an associative array

2014-06-24 Thread Jonathan M Davis via Digitalmars-d-learn
Sent: Tuesday, June 24, 2014 at 11:12 AM From: Mark Isaacson via Digitalmars-d-learn digitalmars-d-learn@puremagic.com 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 need to be able