Mat.data

The internal static array storing the elements in row-major form.

struct Mat(T, size_t rowCount, size_t colCount)
T[rowCount * colCount] data;

Meta