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.

Reply via email to