On Saturday, 12 January 2013 at 20:18:59 UTC, bearophile wrote:
Maxim Fomin answering Andrey:

ClassPoint[8] arr; //static array of null references;

I prefer to call them fixed sized arrays, because the "static" word is too much overloaded in D.

I see, but these names are interchangeable. Dlang.org uses "static" (as opposed to dynamic) and tdpl tends to use fixed-size name.

Bye,
bearophile

Reply via email to