AA within struct

Aarti_pl aarti at interia.pl
Fri Feb 15 03:07:24 PST 2008


dominik pisze:
> what am I doing wrong here?
> 
> http://paste.dprogramming.com/dpjd03u4 
> 
> 


Struct initialization is different. Try this:

public static DST[char[]] AA =
         [
             "Africa/Asmara"[]: {5, "bla"[]}
         ]
     ;

BR
Marcin Kuszczak
(aarti_pl)


More information about the Digitalmars-d-learn mailing list