initializing static rectangular arrays

llee llee at goucher.edu
Sat Nov 17 13:23:29 PST 2007


how do you initialize a static multidimensional array? I tried the following, but it did not work.

float[3][4] array =
[
   [1.1, 1.2, 1.3],
   [2.1, 2.2, 2.3],
   [3.1, 3.2, 3.3]
];



More information about the Digitalmars-d mailing list