Matrix.array

struct Matrix(T, int RowSize, int ColSize)
const
T[RowSize * ColSize]
array
()
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta