>>-new-+----------------+-------------------------------------->< | +-,----+ | | V | | +-(----size-+--)-+
0
, the corresponding dimension is initially empty. The dimensions may also be specified with one single-dimension array of sizes.
Example 5.130. Array class - of method
a = .array~new() -- create a new, empty array a = .array~new(3,3) -- create a new 3x3 array sizes = .array~of(4,4,4) a = .array~new(sizes) -- create new 4x4x4 array