Matrix.data

Undocumented in source.
struct Matrix(T, size_t ROWS, size_t COLUMNS)
final
Vector!(T, ROWS)[COLUMNS] data;

Meta