Mat.data

Undocumented in source.
struct Mat(T, size_t rowCount, size_t colCount)
T[rowCount * colCount] data;

Meta