A Multi-dimensional array implementation would be ...
# language-proposals
d
A Multi-dimensional array implementation would be cool, similar to the one in C#, rather than using Java's jagged arrays. So you could make a 2x4 array
arr
, and because we know the width and height are fixed to 2 and 4, we can make it a 1D array of length 8. 3 replies Is it okay to bump this thread? I feel like this would be extremely useful. Probably better for #stdlib though