MatrixView.array

The array that is wrapped by this MatrixView.

struct MatrixView(T, Storage stor = Storage.General, Triangle tri = Triangle.Upper)
T[] array;

Meta