How to clear associative array

Zarathustra adam.chrapkowski at gmail.com
Fri Aug 1 08:48:46 PDT 2008


As in subject.

Type [KeyType] array;

array[new KeyType(...)] = new Type(...);
...

delete array; // error


More information about the Digitalmars-d-learn mailing list