How to re-initialise an associative array.

Marco Leise Marco.Leise at gmx.de
Thu Nov 7 07:50:02 PST 2013


Am Wed, 06 Nov 2013 18:14:54 +0100
schrieb "Gary Willoughby" <dev at nomad.so>:

> I'm not taking the chance and currently using:
> 
> x = (int[string]).init;

x = null; is shorter. Just saying ;)

-- 
Marco



More information about the Digitalmars-d-learn mailing list