runtime static arrays

Namespace rswhite4 at googlemail.com
Tue Nov 20 11:54:27 PST 2012


Yes, but I could also use alloca. What I mean is the shortness of 
int[4] arr or
for (int i = 0; i < 42; i += 4) {
     int[i] arr;
}

I take a look at the std.container Array.


More information about the Digitalmars-d-learn mailing list