Namespace:

I thought GDC or LDC have something like:
float[$] v = [x, x, x];
which is converted to
flot[3] v = [x, x, x];

Am I wrong?
DMD need something like this too.

Right. Vote (currently only 6 votes):
http://d.puremagic.com/issues/show_bug.cgi?id=481

Bye,
bearophile

Reply via email to