|
|
|
There are two main reasons for that:
1) the type declaration is a decoration to an array literal, the empty array literal is: (,) arrayOfInt = (of int) l = [(1, 2), (3, 4)] a1 = l.ToArray((of int)) # today OK. How would one do a multi-dimensional array in this new hotness, then? Or is "array" out(ish), but "matrix" still in?
|
||||||||||||||||||||||||||||||||||||||||||||||
Is:
a3 = (of int)
not feasible?