Just to clarify, this is supported, of course:
double[8] foo = void;
foo[0] = 1.0;
foo[1] = 2.0;
foo[3] = 3.0;
foo[4] = 3.5;
Just to clarify, this is supported, of course:
double[8] foo = void;
foo[0] = 1.0;
foo[1] = 2.0;
foo[3] = 3.0;
foo[4] = 3.5;