Array literals

bearophile bearophileHUGS at lycos.com
Wed Oct 15 17:10:52 PDT 2008


bearophile:
> A possible syntax to allocate a fixed size array of (immutable) fixed size arrays of chars:
> string[auto][auto] a = ["Hello", "what"];

That was of course:
char[auto][auto] a = ["Hello", "what"];

Bye,
bearophile



More information about the Digitalmars-d mailing list