Create a 2D array from a 1D array with reference

?!?!?! are we reading the same documentation?

The two arrays share the same underlying data, so that the result is mutable if and only if A is mutable, and setting elements of one alters the values of the other.

1 Like