<@U0X4DNJ5A>: JVM doesn’t have true multidimension...
# announcements
o
@mccoovy: JVM doesn’t have true multidimensional arrays, they are arrays of arrays. So basically, there is no guarantee that each “row” will have same size. It can be encapsulated into some proper Array2D type, which would ensure all arrays are there of the same size. If it’s good for standard library is still to be decided.