Matrix.this

struct Matrix(T, int RowSize, int ColSize)
this
(
T[][] arr...
)
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta