Initializing associative arrays
Jarrett Billingsley
kb3ctd2 at yahoo.com
Mon May 1 17:54:53 PDT 2006
"Tydr Schnubbis" <fake at address.dude> wrote in message
news:e35k35$50a$1 at digitaldaemon.com...
> Have I overlooked something here? Or maybe static initializers just aren't
> the right way to go for hashes?
They simply don't exist in D. Nor do array initializers for any kind of
non-static arrays. Except character arrays. They get special treatment.
More information about the Digitalmars-d-learn
mailing list